I've written a code for ssl server that supports multiple clients but if any
1 of the clients can't authenticate the server ,the client sends the
following alert message and causes the server to exit, including closing all
existing connections the server may have with other clients.

*error on client side:*
3573:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed:s3_clnt.c:894:

*error on server side:*
3065772944:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown
ca:s3_pkt.c:1057:SSL alert number 48



How can i prevent a handshake failure alert from closing all the other
server connections

thanx

Reply via email to