Hi all !
I have made a Java agent with Domino 6.5.1 that made a SOAP connection with https to some distant procedure. The distant server gave me a certificate that I put in the cacerts file in the \Lotus\Domino\jvm\lib\security folder and all work fine when I launch the agent with my Notes client.
I have a problem when I launch the agent with a Browser with a ?OpenAgent URL, the server log print :
HTTP JVM: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: javax.net.ssl.SSLException: untrusted server cert chain; targetException=java.lang.IllegalArgumentException: Error opening socket: javax.net.ssl.SSLException: untrusted server cert chain]
I dont understand why the cacerts file is not considered when launching the agent from the browser ?
Do I have to pu my certificate in keyring.kyr or is this file only used by incoming SSL call ?
Thanks a lot and excuse my poor english !
Serge Savoie