Hi there,I have configured a Domino 7.0 server to use SSL with DIIOP.
I can now make an SSL connection with our java application over DIIOP.
I would like to know how do I enable or see a log of DIIOP communicating over SSL? I would like to see if my application is in fact communicating via SSL to Domino. Is there a Domino log where I can see if an SSL connection has been established with DIIOP object?
Thank you all for your help.
Cheers,
Marco
Subject: Response
As far as I know, it should just log to console.log and log.nsf like all other tasks. You can try bumping up the log level using either of the following:
tell diiop log=2 (run on console)
DIIOPLogLevel=2 (set in notes.ini)
Subject: Response - Thank you
Thank you very much for your help. I will try that today.I am just after some confirmation that SSL is in fact working with DIIOP object. I thought to maybe see an SSL hand shake…
Thanks again.