docker-nginx-http3
docker-nginx-http3 copied to clipboard
ssl_stapling_verify is not supported with BoringSSL.
This can be seen at https://www.ssllabs.com/ssltest/analyze.html?d=wbc.macbre.net under "OCSP stapling" and with the warning when running run-docker.sh
. A patch is available and can be added before building nginx for an alternative method for supporting OCSP stapling - https://github.com/kn007/patch/blob/master/Enable_BoringSSL_OCSP.patch .
Attempting to apply this patch in https://github.com/justdan6/docker-nginx-http3/tree/fix-ocsp-stapling but running into issues - https://github.com/justdan6/docker-nginx-http3/issues/1
Hi, i added the patch in this PR https://github.com/macbre/docker-nginx-http3/pull/116
since the project has migrated to openssl https://github.com/macbre/docker-nginx-http3/commit/f3931d8b5eb0179a32fa0718193cfd0cfbf54924 this issue should be marked as won't fix?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.