You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upgrade to otp 25 causes issues in postgrex, see elixir-ecto/postgrex#602 and elixir-ecto/postgrex#463. Besides setting ssl: true, we also need to configure the ssl opts properly, i.e. set verify_peer, indicate the server name and and implement a hostname check.
Description
The upgrade to otp 25 causes issues in postgrex, see elixir-ecto/postgrex#602 and elixir-ecto/postgrex#463. Besides setting ssl: true, we also need to configure the ssl opts properly, i.e. set verify_peer, indicate the server name and and implement a hostname check.
How SSL/TLS work in elixir in general:
https://erlef.github.io/security-wg/secure_coding_and_deployment_hardening/ssl
Checklist
The text was updated successfully, but these errors were encountered: