Forum Discussion

iainmac999's avatar
iainmac999
New Contributor
14 years ago

SSLv3 Socket Closed requesting from SOAPUO 4.0

Hi,

I recently had to change my server SSL to only allow v3, with strong ciphers.

It's a Tomcat sever with settings

SSLProtocol="SSLv3"
SSLCipherSuite="ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP"

That all seems to work when inspected by various tools and browsers.

However, from that point on requests from SOAPUI had its sockets closed.

I saw elsewhere in the forums that I should add this to soapUI-4.0.1.vmoptions

-Dsoapui.https.protocols=SSLv3,TLSv1

Which I did, but the socket keeps closing.

Any ideas? Thanks in advance.