Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
How to connect to PostgreSQL/Amazon Redshift using SSL without validating the server certificate?
Solution:
How to connect to PostgreSQL/Amazon Redshift using SSL without validating the server certificate??
Here is a sample connection URL:
<connection-url-pattern>jdbc:postgresql://host:port/database?tcpKeepAlive=true?ssl=true;sslfactory=org.postgresql.ssl.NonValidatingFactory</connection-url-pattern>
https://jdbc.postgresql.org/documentation/91/ssl-client.htmlhttps://jdbc.postgresql.org/documentation/head/ssl-client.html
Comments
0 comments
Article is closed for comments.