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

Adapt to :ssl.connect new default #55

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Conversation

NoBrainSkull
Copy link
Contributor

Unit testing certification fails ssl handshaking when using a .tool-versions file wih erlang 26.0 and elixir 1.15-otp-26. This is due to erlang :ssl client using :verify_peer as the new default option since v11.0.

- Using {:verify, :verify_none} option (used to be the default option
  but was replaced by :verify_peer in [:ssl
  v11.0](https://www.erlang.org/doc/apps/ssl/notes#ssl-11.0))
- Upgrade X509 to v0.8.8 to avoid dep [compilation problem for elixir
  1.15+](voltone/x509#60)
@sasa1977 sasa1977 merged commit b04f25a into sasa1977:master Jan 19, 2024
@sasa1977
Copy link
Owner

Ugh, I was busy at the time I received this PR and then totally forgot about it :/ Sorry, my bad. Thanks for contributing!

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