java.security.cert.CertificateException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:345)
at gov.nist.javax.sip.stack.TLSPeerValidator.
(TLSPeerValidator.java:131) at gov.nist.javax.sip.stack.TLSMessageProcessor.sslHandshake(TLSMessageProcessor.java:337)
at gov.nist.javax.sip.stack.TLSMessageProcessor.access$000(TLSMessageProcessor.java:73)
at gov.nist.javax.sip.stack.TLSMessageProcessor$BackoffTask.run(TLSMessageProcessor.java:501)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)