feat: 暂时删除 SSL 证书 OCSP 校验 (#5692)

Refs https://github.com/1Panel-dev/1Panel/issues/5688
This commit is contained in:
zhengkunwang 2024-07-05 16:50:39 +08:00 committed by GitHub
parent f0fbb02495
commit 40d9dea96c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,3 @@ ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m; ssl_session_timeout 10m;
error_page 497 https://$host$request_uri; error_page 497 https://$host$request_uri;
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;
ssl_stapling on;
ssl_stapling_verify on;