-
Notifications
You must be signed in to change notification settings - Fork 116
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
PostgreSQL SSL support #1044
PostgreSQL SSL support #1044
Conversation
✅ Deploy Preview for elastic-ritchie-8f47f9 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
It looks like I'm getting closer, but I must be doing the reset wrong still, or something, because after a seemingly successful SSL negotiation (albeit in insecure context), I get:
23 is definitely not part of the protocol, and I don't suppose the bug is server side, so presumably my |
I had misunderstood the ssl-client-upgrade API and was simply seeing the SSL frames. Everything now OK. |
netlify build failed |
and CI build... |
Had to fix the defaults. Works for me now. PTAL. |
PTAL |
CI did not run... |
PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good, just a couple of comments.
Add support for SSL in PostgreSQL client
Add support for SSL in PostgreSQL client