sasa1977 / site_encrypt

Integrated certification via Let's encrypt for Elixir-powered sites
MIT License
462 stars 33 forks source link

Adapt to :ssl.connect new default #55

Closed NoBrainSkull closed 5 months ago

NoBrainSkull commented 8 months ago

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.

sasa1977 commented 5 months ago

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