-
Notifications
You must be signed in to change notification settings - Fork 662
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
pgadmin 8.13 does not accept AWS DB SSL certificate anymore with verify-full - SSL ERROR #8215
Comments
@nigzak |
Tested and verified on snapshot build: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2024-12-06/ |
Describe the bug
after updating to 8.13 connection to database with SSL verify full on AWS postgresql is not possible anymore
downgrade to 8.12 again brought it back to work so it is some change in 8.13 which kills it
To Reproduce
Steps to reproduce the behavior:
create AWS DB with SSL ON
download SSL certificate https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html
=> Any commercial AWS Region file .p7b
convert to .cer via openssl pkcs7 -print_certs -in global-bundle.p7b -out global-bundle.cer
open pgadmin, use this certificate as root-ca and SSL = verify_full
Expected behavior
connection works as before
Error message
refer image up => SSL ERROR
Screenshots
refer up for screenshot
Desktop (please complete the following information):
Additional context
may pgadmin does not trust the certificate chain - what was no issue in the past.
If the update requires now to support full chain it may be VERY VERY helpful to have a short docu how to add without getting into this problem - or to have an option to turn chain-checking for this thing off - mostly the chain will not really validate-able (?)
Also I DONT WANT to disable SSL on the connection, this means the connection between pgadmin pod and database would be not SSL and be "readable" ... disable this in the connector does not really make sense to me
HINT: also checked the changelog, to me there seems no SSL change planned (?)
https://www.pgadmin.org/docs/pgadmin4/development/release_notes_8_13.html
The text was updated successfully, but these errors were encountered: