mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
set ssl_stapling_verify back to on, reverts part of 47de93961e
The sslmate guidance changed. See #458.
This commit is contained in:
parent
6441de63ba
commit
53f84a8092
@ -69,6 +69,6 @@ ssl_dhparam STORAGE_ROOT/ssl/dh2048.pem;
|
|||||||
# 8.8.8.8 and 8.8.4.4 below are Google's public IPv4 DNS servers.
|
# 8.8.8.8 and 8.8.4.4 below are Google's public IPv4 DNS servers.
|
||||||
# nginx will use them to talk to the CA.
|
# nginx will use them to talk to the CA.
|
||||||
ssl_stapling on;
|
ssl_stapling on;
|
||||||
ssl_stapling_verify off;
|
ssl_stapling_verify on;
|
||||||
resolver 127.0.0.1 valid=86400;
|
resolver 127.0.0.1 valid=86400;
|
||||||
resolver_timeout 10;
|
resolver_timeout 10;
|
||||||
|
Loading…
Reference in New Issue
Block a user