Thanks again for the information! So that's typical for a cert to not
include the distribution point URIs in the certificate itself? Seems strange
to have to contact a certificate authority to find out the CRL distribution
point, no?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,28704
Hello!
On Tue, Feb 18, 2020 at 01:50:36PM -0500, trstringer wrote:
> Thanks for the quick response! How am I supposed to get the CRL for the
> other 2 certs in the chain if there is no CRL URI?
Contact CA administrators.
--
Maxim Dounin
http://mdounin.ru/
__
Thanks for the quick response! How am I supposed to get the CRL for the
other 2 certs in the chain if there is no CRL URI?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,287045,287047#msg-287047
___
nginx mailing list
nginx@nginx.org
http://
Hello!
On Tue, Feb 18, 2020 at 12:58:26PM -0500, trstringer wrote:
> I am attempting to add CRL support to my nginx proxy, and it seems to not be
> working due to the following error:
>
> client SSL certificate verify error: (3:unable to get certificate CRL) while
> reading client request header
I am attempting to add CRL support to my nginx proxy, and it seems to not be
working due to the following error:
client SSL certificate verify error: (3:unable to get certificate CRL) while
reading client request headers
>From my research, this is because nginx senses a missing CRL. But here is
t