jonjac
3 years agoNew Contributor
How do I enable TLS 1.0 in SoapUI 5.7?
I am trying to send requests to an old system that uses TLS1.0. How do I enable it in SoapUI on macOS?
I tried adding ‑Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2" to JAVA_OPTS in soapui.sh in the application package directory Contents/java/app/bin/ but it didn't seem to help.