SSL Handshaking

Hello ,
I have following error, I dont understand it, Please help me out from it.

SSL_do_handshake() failed (SSL: error:14094459:SSL routines:ssl3_read_bytes:tlsv1 bad certificate status response:SSL alert number 113) while SSL handshaking

Thanks

Hi @Malhar

what's your domain name?

The errors are IANA errors:

https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-6

113 bad_certificate_status_response

So checking the OCSP-status didn't work.

Will you please tell me that how i can increase my SSl certificate status i.e A+

A certificate has no status. A webserver configuration may have a status. See the result of other domains and read your own output to see the missing things. Ssllabs, my tool, securityheaders.io - it's always the same.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.