Dipak Kumar
Dipak Kumar

Reputation: 21

SOAPUI ssl intercept

Hi I want to parse ssl soap message through soapUI, while I am trying to intercept by HttpMonitor it is showing below exception

ERROR:Exception in request: javax.net.ssl.SSLException: Unrecognized SSL message

, plaintext connection?

Upvotes: 2

Views: 5985

Answers (1)

Maciek Kreft
Maciek Kreft

Reputation: 892

Change protocol in request adress in SOAPui from http to https
enter image description here also set keystore and keystore password in soapui preferences set keystore and keystore password in soapui preferences

Upvotes: 3

Related Questions