swelham / ueberauth_microsoft

Microsoft Strategy for Überauth
MIT License
37 stars 35 forks source link

SSL failure on OTP 26 #71

Closed arjan closed 1 year ago

arjan commented 1 year ago

The provided ssl_options to the OAuth client request opts cause an SSL failure as the default voor :verify is now :verify_peer, but no certificates are provided.

Solution is to remove the ssl_options altogether which causes the system default to be used, I think this is safe anyway since TLS 1.3 is preferred over 1.2. Will create a PR.