"Peer Not Authenticated" exception.
I am trying to connect to a SSL enabled Lotus Domino Mail Server, using JSSE.
At the client side this is the exception encountered:
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain([DashoPro-V1.2-120198])
at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java, Compiled Code)
at HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java, Compiled Code)
at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2459)
at HTTPClient.HTTPConnection.Get(HTTPConnection.java:812)
at com.tibco.portal.transformation.APHTTPCache.getHTTPResponse(Unknown Source)
at com.tibco.portal.transformation.APHTTPCache.getSingleResponse(Unknown Source)
at com.tibco.portal.transformation.APHTTPCache.getContent(Unknown Source)
at com.tibco.portal.transformation.APHttpSourceInstance.getContentObject(Unknown Source)
at com.tibco.portal.transformation.APHttpSourceInstance.getUnstructuredContent(Unknown Source)
And at the Lotus Domino server end this is the error logged:
[25/Jul/2001:10:05:02 +0800] [PUT NOT ALLOWED] [host: 10.96.68.234] SSL Handshake failed
I already have the correct certificate imported.
Any help is appreciated.
-Asha

