javax.net.ssl.SSLHandshakeException in SSLEngine
843811May 9 2005 — edited May 11 2005How do I catch javax.net.ssl.SSLHandshakeException when I am using SSLEngine? For instance I would like to track is server certificate trusted. It seem that if the server cert is not trusted SSLEngine is just pause there with SSLEngineResult.HandshakeStatus NEED_TASK. Please advise. Thanks in advance.