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

fix(electric): Update SSL logic after upgrading to OTP 27.0 #1396

Merged
merged 4 commits into from
Jun 24, 2024

Commits on Jun 21, 2024

  1. fix(electric): Use verify_none for SSL connections

    Since OTP 26, the default for SSL connections has changed from
    verify_none to verify_peer. We cannot use the latter because in practice
    some popular hosts appear to have certificate chain problems.
    
    Not that connecting with psql using sslmode=require is equivalent to
    using verify_none with Erlang SSL.
    
    Fix #1395.
    alco committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    568ad95 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    acbe649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bead1b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add changeset

    alco committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0817fdd View commit details
    Browse the repository at this point in the history