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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to configure SSL details in tOracleConnection in TOS 6.3.0

How to configure SSL details in tOracleConnection in TOS 6.3.0, I know this option is present in TOS 7.0.1. But I want to configure SSL in TOS 6.0.3 only.

Please Suggest. Thanks!!

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Have you already configured keystore and truststore files in tsetkeystore component?

Please try to configure tOracleConnection like this in Additional JDBC Parameters :useSSL=true

Note: Make sure that you are able to connect with the client as well remote databases.

Best regards

Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hello,

Have you already configured keystore and truststore files in tsetkeystore component?

Please try to configure tOracleConnection like this in Additional JDBC Parameters :useSSL=true

Note: Make sure that you are able to connect with the client as well remote databases.

Best regards

Sabrina

Anonymous
Not applicable
Author

Thanks Sabrina for your response.

I have not configured keystore and truststore details in tSetKeystore component. So I will try doing this. (configure details in tSetKeystore component) --> onSubjobOk trigger --> (tOracleConnection with  other details and "useSSL=true" in additional JDBC parameters box).