Hi
Facing an issue while communicating with client server through Https SOAP request over SSL .
Added below properties in Extended settings from IS Page:
watt.net.jsse.client.enabledCipherSuiteList=default
watt.net.jsse.client.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2
watt.net.jsse.server.enabledCipherSuiteList=default
watt.net.jsse.server.enabledProtocols=SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2
watt.net.ssl.client.handshake.maxVersion=tls
watt.net.ssl.client.handshake.minVersion=sslv2,TLSv1,TLSv1.1,TLSv1.2
watt.net.ssl.client.strongcipheronly=true
Enabled use JSSE option in Https post Alias.
Enabled use JSSE option in wsdl connector while triggering data to client.
Certificates:
shared New CSR request to client, and received the certificate shared by them.
created Keystore with .p12 file.
The current version of java we are using is 1.8. and also using cipher suites.
Please find the below error :
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
also find the attached wrapper log.
Thanks in advance.
wrapperlog3.txt (78.6 KB)
#webMethods#Integration-Server-and-ESB