Reputation: 248
I have a soap based cxf services server deployed in server and also soap based cxf services client deployed in different server.Both the server have valid SSL certificates .Both are acting as client and server in different scenarios.Now i am calling client services through server and tomcat didn't send server certificate to client.So does it tomcat have any configuration or jvm to send ssl certificate to client.Please help me out.
More details I added JAVA_OPTS
Below are the ssl sequence when client sends message to server
Upvotes: 1
Views: 1173
Reputation: 248
I embedded client certificate in the cxf message and then send message to server.I take help of cxf sample project http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first_https/
Upvotes: 0