We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems our woes (see pvarki/docker-rasenmaeher-cfssl#9 ) do not stop here.
See https://github.com/pvarki/docker-rasenmaeher-integration/tree/nginx_crl for a first attempt but we get
rmdev-rmnginx-1 | 2023/10/01 01:13:46 [emerg] 1#1: X509_LOOKUP_load_file("/ca_public/crl.der") failed (SSL: error:05800088:x509 certificate routines::no certificate or crl found) rmdev-rmnginx-1 | nginx: [emerg] X509_LOOKUP_load_file("/ca_public/crl.der") failed (SSL: error:05800088:x509 certificate routines::no certificate or crl found)
According to https://stackoverflow.com/questions/17086934/nginx-unable-to-get-certificate-crl there is some issue with the certificate chain. IDK if the issue is the way we create the CA-chain (should probably use CFSSLs own bundler) or what.
The OCSP issues might be related to same root cause in how our CFSSL is set up / used.
The text was updated successfully, but these errors were encountered:
#61 will fix this (but will use OCSP).
Sorry, something went wrong.
No branches or pull requests
It seems our woes (see pvarki/docker-rasenmaeher-cfssl#9 ) do not stop here.
See https://github.com/pvarki/docker-rasenmaeher-integration/tree/nginx_crl for a first attempt but we get
According to https://stackoverflow.com/questions/17086934/nginx-unable-to-get-certificate-crl there is some issue with the certificate chain. IDK if the issue is the way we create the CA-chain (should probably use CFSSLs own bundler) or what.
The OCSP issues might be related to same root cause in how our CFSSL is set up / used.
The text was updated successfully, but these errors were encountered: