Home > database >  What is the default of postgresql sslfactory behaviour
What is the default of postgresql sslfactory behaviour

Time:07-12

What is the default of postgresql sslfactory behaviour

I have searched online and could not find an answer https://jdbc.postgresql.org/documentation/91/ssl-client.html

https://jdbc.postgresql.org/documentation/head/ssl-factory.html

https://jdbc.postgresql.org/documentation/head/connect.html#ssl

Which one Does it use ?

Im using Amazon AWS postgresql RDS

CodePudding user response:

Thanks, to Jjanes

"Then that is the version you should read. The default SSL Socket factory is the org.postgresql.ssl.jdbc4.LibPQFactory"

  • Related