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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
I was enabled OCSPRequest event listener on my server, and wrote handler for OCSP. But many clients like Safari, curl, and openssl s_client now fails to connect. In chrome, for example, it works correctly.
Example server that have OCSP stapling enabled: https://phoenix.dj/ (node 0.11.14)
I was enabled OCSPRequest event listener on my server, and wrote handler for OCSP. But many clients like Safari, curl, and openssl s_client now fails to connect. In chrome, for example, it works correctly.
Example server that have OCSP stapling enabled: https://phoenix.dj/ (node 0.11.14)