Strange error: HTTP Server Error: Network IO error], code [4165]

Hi,

I’ve setup a Domino R6 with SSL (selfcert). For some strange reason the console is reporting these kind of errors:

04/14/2003 12:57:40 PM HTTP Server Error: Network IO error], code [4165]

04/14/2003 12:57:40 PM HTTP Server r: Network IO error], code [4165]

04/14/2003 12:57:40 PM HTTP Server Error: Network IO error], code [4165]

04/14/2003 12:57:40 PM HTTP Server r: Network IO error], code [4165]

Any idea ?, I’ve checked my network settings but it’s all correctly configured.

Thanks,

J. Carminati.

Subject: Strange error: HTTP Server Error: Network IO error], code [4165]

Is the keyfile confiured correctly? Try setting SSL_TRACE_KEYFILEREAD=1 in your server’s notes.ini - that should help you to find any keyfile configuration problems.

Are your users performing client certificate authentication to your server using IE? IE has an antisocial habit of FIN’ing the SSL connection, prompting the user to choose a cert, then starting over from scratch. That unclean termination, which has the same characteristics as someone attempting a resumption attack on the server, is a network IO error, and could be resulting in the messages that you’re seeing.

Hope that helps,

dave

Subject: RE: Strange error: HTTP Server Error: Network IO error], code [4165]

I had the same problem and found out that it only happend with IE and not Netscape/Mozilla.

I the server configuration document → Ports → Internetports I enabled SSL V2 and that seems to solve that issue.

This is on Domino 6.5 Beta.