We are using Integration server 10.7 with oracle as db server.
Our oracle server is been enabled a TLSv1.2, and now we are making changed to JDBC Pool settings with new connection string:-
jdbc:wm:oracle://dbserverhostname:1521;sid=xyz;EncryptionMethod=ssl;CryptoProtocolVersion=TLSv1.2;ValidateServerCertificate=false
But getting the below error while testing connection:-
SoftwareAG][Oracle JDBC Driver]Error during renegotiation of SSL socket.
Are there any changes in server configuration which we need to do before changing this connection?
Hello there,
Your platform should support TLSv1.2, but can you check that you haven’t changed the setup i.e. check that the extended setting is set to default.
watt.net.ssl.client.cipherSuiteList=Default
In addition you will need to configure a proper key store and certs for SSL transport.
enable SSL debugging to get more information about why the connection is failing and post it here. To enable SSL debugging, edit the following file