Forum Discussion

Sean_Cohan's avatar
Sean_Cohan
Occasional Contributor
15 years ago

Recording HTTPS in SoapUI

Now that loadUI is available for use, I want to jump in and try it for both my Soap and Web testing. I've got a selenium script I use for automation and I want to record the https calls made by it to the Web server. The problem I get it I keep getting the following error: SSL received a record that exceeded the maximum permissible length.

I'm using the http monitor and I've set it as follows:
HTTP Tunnel
Port:8081
Endpoint: https://mysite:7023
defaults on reuse and Content types.
HTTP tunnel - KeyStore set to the java keystore in java/jdk1.6_18/jre/lib/security/cacerts
All other security fields blank.
I go to the local site https without a proxy https:\localhost:7023 and get the error.
I go to the mysite with localhost:7023 set as the proxy and get the same error.

I'm not sure what I need to do to get recording going. Is there a way just to have it accept all certs?
No RepliesBe the first to reply