Add the attribute secureSocketProtocol="TLSv1.2" in tlsClientParamaters under the conduit tag
<http:conduit name="https://.*/.*">
<http:tlsClientParameters disableCNCheck="true" secureSocketProtocol="TLSv1.2">
1)mvn clean install
Optional
2)mvn -Pserver -Djavax.net.debug=all (Run server)
3)mvn -Psecure.client -Djavax.net.debug=all (client)
Add "javax.net.debug=all" in system.properties in fuse/etc to start the server in all debug logging.
<http:conduit name="https://.*/.*">
<http:tlsClientParameters disableCNCheck="true" secureSocketProtocol="TLSv1.2">
1)mvn clean install
Optional
2)mvn -Pserver -Djavax.net.debug=all (Run server)
3)mvn -Psecure.client -Djavax.net.debug=all (client)
Add "javax.net.debug=all" in system.properties in fuse/etc to start the server in all debug logging.
No comments:
Post a Comment