exception
12 years agoOccasional Contributor
SSLException: Unrecognized SSL message, plaintext connection
Hello everyone! It's my first time to use soapUI 4.5.2 as mock web service so please bare with me.
Whenever I try to send a request with URL http (http://lt7:8088/mockTempSOAP), I received the correct response.
However, when I try to send a request with URL https (https://lt7:8088/mockTempSOAP), I received this error:
Below is my configuration:
SoapUI SSL Setting Preference
MockService Options
I also added
By the way, I generated the keystore using Java console (http://docs.oracle.com/cd/E19509-01/820 ... index.html) and Thawte as for my trial SSL certificate. For the keystore conversion, from .jks to .pfx, I used Portecle (http://geekswithblogs.net/gvdmaaden/arc ... ation.aspx).
Hope some experts here could help me. Thank you in advance!
Whenever I try to send a request with URL http (http://lt7:8088/mockTempSOAP), I received the correct response.
Thu Jun 27 11:41:46 SGT 2013:INFO:Got response for [TempSOAP.update:Request 1] in 21ms (409 bytes)
However, when I try to send a request with URL https (https://lt7:8088/mockTempSOAP), I received this error:
Thu Jun 27 11:39:56 SGT 2013:ERROR:Exception in request: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
Thu Jun 27 11:39:56 SGT 2013:ERROR:An error occured [Unrecognized SSL message, plaintext connection?], see error log for details
Thu Jun 27 11:39:56 SGT 2013:INFO:Error getting response for [TempSOAP.update:Request 1]; javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
Below is my configuration:
SoapUI SSL Setting Preference
MockService Options
I also added
-Dsun.security.ssl.allowUnsafeRenegotiation=truein soapUI-4.5.2.vmoptions.
By the way, I generated the keystore using Java console (http://docs.oracle.com/cd/E19509-01/820 ... index.html) and Thawte as for my trial SSL certificate. For the keystore conversion, from .jks to .pfx, I used Portecle (http://geekswithblogs.net/gvdmaaden/arc ... ation.aspx).
Hope some experts here could help me. Thank you in advance!