Forum Discussion

simo_astro1122's avatar
simo_astro1122
Not applicable
1 year ago
Solved

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...
  • Humashankar's avatar
    10 hours ago

    Hi simo_astro1122​ 

    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 !!