Catching Errors in Apache

Hi,

I have a link on my website which requests a digital certificate when you browse to it. The problem is that when the certificate is not present you get the following error in Mozilla:

ssl_error_handshake_failure_alert

I was just wondering if it’s possible to trap that error like a 404 in Apache and redirect the user to a page telling them that the certificate is not installed in the browser.

Any ideas greatly appreciated…

/jlar