-
Notifications
You must be signed in to change notification settings - Fork 79
[#461] fix ssl connection to postgres in server_passthrough #488
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
base: master
Are you sure you want to change the base?
Conversation
Ideally I would like to see the information inside
if you can find some way to "combine" it. Or we need it after the TLS chapter - therefore moving the vault chapter |
@Userfrom1995 Can you take this one ? |
|
@Userfrom1995 Thanks, work with @ashu3103 to get it done |
@Userfrom1995 hey, In this PR one of our primary aim was to enable or more precisely fix the Till then you can go through Edit: You can add this work and probably Thanks |
@Userfrom1995 Don't worry about the SCRAM-SHA-XYZ-PLUS and associated UTF-8 work right now (https://datatracker.ietf.org/doc/html/rfc7677 - #52, #51) |
Hey @ashu3103 , Thanks for the heads-up and the detailed context — really helpful! I’ll go through security.c , try to reproduce the error, and see how best to address it. Regarding the idea of adding support for scram-sha-256-plus, I agree — it’s a great addition and fits well within my security enhancement milestones. I’ll make sure to include it in the plan. Appreciate your input! |
Refer #462