Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass verify_none to httpc:request #485

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

mikpe
Copy link
Contributor

@mikpe mikpe commented Feb 26, 2024

The ssl changes in OTP-26 mean that any code that doesn't specify verify_none will default to verify_peer, and unless certs are passed in you get hard errors. This also affects httpc:request. Update uses of the latter to explicitly pass in verify_none.

Copy link
Collaborator

@vinoski vinoski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for addressing this!

@vinoski vinoski merged commit b0eae14 into erlyaws:master Feb 26, 2024
19 checks passed
@mikpe mikpe deleted the verify-none-for-httpc-request branch February 27, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants