Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!!
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
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
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).