Ok, but you have 3 certificates: ca_cert, client_key and client_cert. In my case, I’m using Azure and the documentation only provides one certificate (BaltimoreCyberTrustRoot.crt.pem). I would like to know if the variable “verify” with the value “verify_peer” obligatorily asks for all certificates.
My attempts so far?
- Connect my system with azure database for postgres without ssl and it worked correctly. → OK!
- Connect my system with azure database for postgres with ssl and it gave an error.
- I’ve already changed the version to [:“tlsv1.1”], [:“tlsv1.2”], [:“tlsv1.3”] and all attempts gave error.
- I already took the verify property, but it also gave an error.