Forum Discussion
gungwald
New Contributor
I can't find a way to tell soapUI to use TLS 1.2. So how do you actually fix the problem?
devnull
9 years agoNew Contributor
Indeed the solution was to set the application server to accept also connections using TLS 1.0, so I passed this parameter at the application server startup:
-Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.0
(so the solution was solved on the other side, not on Soap UI)
Regards,
Edit: in my case the application to which I was talking, was deployed on a Weblogic server on which I had the possibility to change the startup System properties.
Related Content
- 5 years ago
- 5 years ago
Recent Discussions
- 15 years ago