Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to connect with SSL enabled Oracle database

Can some help me how to get connect with SSL enabled Oracle database. I have trust store and keystore both with me. Please suggest

Labels (3)
4 Replies
Anonymous
Not applicable
Author

I already tried tSetkeytore and provide keyStore there and on Ok trigger making "useSSL=true" in Additional JDBC parameter in Toracleconnection. Its not working

Anonymous
Not applicable
Author

Hi,

Can you make a screenshoot?

You can try to add in Additional JDBC parameter 

"serverTimezone=UTC"  and "requireSSL=false/true"

I hope it will help you

Anonymous
Not applicable
Author

This is the error i am getting:

[statistics] connecting to socket on port 3760
[statistics] connected
Exception in component tOracleConnection_1 (abc)
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:169)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:211)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:324)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:266)
at

Anonymous
Not applicable
Author

Its not working with even with this