Topic: ASN signer error with OCSP stapling
I try the foll:
./examples/client/client -h mozilla.org -p 443 -W -A DigiCert_High_Assurance_EV_Root_CA.pem
err = -188, ASN no signer error to confirm failure
wolfSSL error: SSL_connect failed
and I get the above error.
When I remove the OCSP stapling part, I get
./examples/client/client -h mozilla.org -p 443 -A DigiCert_High_Assurance_EV_Root_CA.pem
SSL version is TLSv1.2
SSL cipher suite is TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
Server response: HTTP/1.0 400 Bad request
Content-Type: text/html
<h2>Client sent a bad requ
which seems like it connected fine. Any idea why OCSP is failing