fix(dispatcher): add missing crunch-dispatch-local config file
[arvados-formula.git] / test / salt / pillar / examples / nginx_passenger.sls
index 1cc9cce5dd663864428c09b21d2920fac44db180..8c41acbd461040c3f86479e02e4f041ddc5cb604 100644 (file)
@@ -39,8 +39,9 @@ nginx:
       - add_header: 'Strict-Transport-Security "max-age=63072000" always'
 
       # OCSP stapling
-      - ssl_stapling: 'on'
-      - ssl_stapling_verify: 'on'
+      # FIXME! Stapling does not work with self-signed certificates, so disabling for tests
+      # - ssl_stapling: 'on'
+      # - ssl_stapling_verify: 'on'
 
       # verify chain of trust of OCSP response using Root CA and Intermediate certs
       # - ssl_trusted_certificate /path/to/root_CA_cert_plus_intermediates