You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest version of this image, it appears there are issues with OCSP stapling.
Using this proxy, the following error message is shown on Firefox: Error code: MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING
The docker logs show this error message shortly after generating the certificates: [error] 376#376: ocsp.int-x3.letsencrypt.org could not be resolved (110: Operation timed out) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org, certificate: "/etc/nginx/certs/<...>.crt"
This is how I am using the proxy image in a docker-compose configuration:
Using the latest version of this image, it appears there are issues with OCSP stapling.
Using this proxy, the following error message is shown on Firefox:
Error code: MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING
The docker logs show this error message shortly after generating the certificates:
[error] 376#376: ocsp.int-x3.letsencrypt.org could not be resolved (110: Operation timed out) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org, certificate: "/etc/nginx/certs/<...>.crt"
This is how I am using the proxy image in a docker-compose configuration:
It would be great to get a response on whether this is a usage issue, or a problem with this docker image.
The text was updated successfully, but these errors were encountered: