Forum Discussion

roxx0r's avatar
roxx0r
New Contributor
9 years ago

Enable TLS for SoapUI in maven

Hi there,

I was able to enable and use the TLS support in the SoapUI application, following the instructions here [1].

 

 

But how do I now enable this option when I'm not running the Test through the application, but through maven?

I need to execute this test from Jenkins.

 

Cheers,

Rob

 

[1] https://community.smartbear.com/t5/SoapUI-Open-Source/How-to-enable-TLS-1-2-in-SoapUI/td-p/96239

 Instructions:

Spoiler

To wrap up, for Ubuntu, I had to add the following line in the file /opt/SmartBear/SoapUI-5.2.1/bin/SoapUI-5.2.1.vmoptions:

-Dsoapui.https.protocols=TLSv1.2

 

2 Replies