Hello,
I’m currently working on an application that does an HTTPS request.
My application is properly running in simulation but when I run it on my STM32F7508-DK I have the following exception:
Exception in thread "WifiTest" javax.net.ssl.SSLHandshakeException: SSL-2.1:E=-129
at java.lang.System.getStackTrace(Unknown Source)
at java.lang.Throwable.fillInStackTrace(Throwable.java:82)
at java.lang.Throwable.(Throwable.java:37)
at java.lang.Exception.(Exception.java:18)
at java.io.IOException.(IOException.java:18)
at javax.net.ssl.SSLException.(SSLException.java:39)
at javax.net.ssl.SSLHandshakeException.(SSLHandshakeException.java:38)
at com.is2t.support.net.ssl.SSLSocketSupport.initialClientHandShake(SSLSocketSupport.java:120)
at com.is2t.support.net.ssl.SSLSocketImpl.doHandShake(SSLSocketImpl.java:162)
at com.is2t.support.net.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:141)
Could you help me on that ?
Regards,
Fabrice