We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 166f324 + 5f3db64 commit f3d151aCopy full SHA for f3d151a
docker/apache.conf
@@ -26,8 +26,9 @@ WSGIDaemonProcess topomerge home=/app
26
27
SSLCACertificatePath /etc/grid-security/certificates
28
SSLCARevocationPath /etc/grid-security/certificates
29
- SSLCARevocationCheck chain
+ #SSLCARevocationCheck chain
30
#SSLCARevocationCheck chain no_crl_for_cert_ok
31
+ SSLCARevocationCheck none
32
33
<Directory /app>
34
Require all granted
0 commit comments