Hello everybody,
When I try to send SOAP request I received error message: javax.net.ssl.SSLException: Received fatal alert: internal_error
See full output log in attachment.
I try the following:
- Use latest JRE + JCE from http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Use set JAVA_OPTS=%JAVA_OPTS% -Dsoapui.https.protocols="TLSv1.2"
Nothing helps.
Any ideas?