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

[5.3] Add SSL options for Postgres DSN #15371

Merged
merged 2 commits into from
Sep 9, 2016
Merged

Commits on Sep 9, 2016

  1. Add SSL options for Postgres DSN

    There is already the SSLMODE option available, but if you set it to verify-full, you would need to also set the sslrootcert with the full path of the server certificate. This way, the client will be able to check the certificate of the server and be sure it's connecting to the right one.
    
    This patch is only adding the different SSL option available for a postgres connection has stated here: https://www.postgresql.org/docs/9.5/static/libpq-connect.html
    Belphemur authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    fadac45 View commit details
    Browse the repository at this point in the history
  2. Fix Style-Ci

    Belphemur authored Sep 9, 2016
    Configuration menu
    Copy the full SHA
    6ece35f View commit details
    Browse the repository at this point in the history