Search code examples
javapostgresqlamazon-web-servicesamazon-rds

What is the default of postgresql sslfactory behaviour


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


Solution

  • Thanks, to Jjanes

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