Hello,
When using 2 certificates, 1 RSA (using AlphaSSL) and 1 ECDSA (using Lets Encrypt), and I try to connect via RSA SSL connection, nginx throws this error:
"OCSP response not successful (6: unauthorized) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org"
So it is using the wrong responder.
Following build (custom compiled):
Nginx 1.11.3
Openssl 1.1.0
AFAIK OpenSSL 1.1.0 should support multiple certificate chains. I don't quite understand why OCSP then is not working right?