To my knowledge this is not possible. Don't forget,
the SSL HandShake needs to be completed BEFORE your
client can successfully retrieve any data from your
webserver. So, if this handshake fails for whatever
reason (including cancelation by the user), the
connection is being torn down. i.e. Even if
Is there any way to redirect user to some HTML page if HTTPS (SSL) negotiation
fails (e.g. user
press CANCEL button on "Select Certificate" dialog)? At present generic "The
page can not be
found" message shows. I think this is IE's built-in message.
_