postgres-mitm
postgres-mitm copied to clipboard
Test whether your Postgres connections are vulnerable to MitM attacks
This PR is related to #9 : The script for getting the server certificate should be aware of the existence of TLS version 1.3. However, the proposed patch does not...
I have an error since this week with protocol when I run the script : `postgres_get_server_cert.py:73: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 is deprecated return ssl.SSLContext(protocol)`
In this example I have pgbouncer running on port 6932. I can connect using psql on SSL mode, but this script fails: ```` andrew@ad-c7:test $ psql "sslmode=verify-full host=localhost port=6932 dbname=workdb...