simo_astro1122
1 year agoNot applicable
Error getting response javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
Hello Community, I have followed this tutorial Securing MockServices with SSL, to configure https call in SoapUI, my mock service is running on http://WL-748TFB3:8180/mockOsg, it returns reponse, th...
- 10 hours ago
javax.net.ssl.SSLException: Unsupported or unrecognized SSL message usually means the endpoint is still serving HTTP, not HTTPS. Creating/configuring the keystore alone isn't enough,
The MockService must be bound to an HTTPS port with SSL enabled. Verify the MockService SSL configuration and use the corresponding HTTPS port, rather than 8180 if that port is configured for HTTP.
Hope this helps !!