I'd like to find out how many browsers reject our SSL certificate when making HTTP requests to our webserver. We're using a free CA which now seems to be recognised by most modern browsers, but I'd like to get some numbers without exhaustively testing combinations of browsers and operating systems.
I understand that the browser terminates the connection when certificate verification fails, so is there any way for Apache to detect this? I don't expect to get specific diagnostic information - just the fact that there was a certificate/SSL problem is enough.