silvana_deana17 years agowebserviceI'm trying to make a java code, a web service client with a public key, an p12 archive. I've done ok with soapUI, but in the Java, I wrote: System.setProperty("javax.net.ssl.clientAuth", "true"); ...Show More
plyOccasional Contributor17 years agoTry to open your p12 file with openssl, so you will sure that you have a P12, at the right format and the password. Chek the java security library or your jvm. I remember a bug according to the JVM version. PHL.
Recent DiscussionsCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1Invalid Content-Type for attachments
Related Content[Solved] SSL Handshake exception calling a secure webserviceCalling webservicesWebService Python