Glassfish ignoring "ssl" (and sslfactory) property in connection pool of PostgreSQL. I tried to establish a SSL connection string to PostgreSQL, but it is not taking. I tried with the normal JDBC URL in a standalone program and it works. Any ideas?
Here are my connection pool properties in Glassfish:
User: test DatabaseName: test Password: test123 ssl: true sslfactory: org.postgresql.ssl.NonValidatingFactory ServerName: localhost PortNumber: 5432
Here is my standalone program which is working fine: