Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a java client that makes a SOAP SSLv3 request to a webservice. The web service provider has informed me that, effective May 1st, only TLS connections will be accepted. Now this doesn't require a change in the certificate or the trusted certificate. So I don't think I need to reimport the certificate into my keystore in the code, can I just change the java run time on the server that initiates the request to use TLS? and not SSL at all?

Or are there some code changes that need to be made such that the java application always uses TLS in the SOAP request?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900