Browse Source

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

Refs https://github.com/1Panel-dev/1Panel/issues/5688
pull/5696/head
zhengkunwang 5 months ago committed by GitHub
parent
commit
40d9dea96c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      cmd/server/nginx_conf/ssl.conf

4
cmd/server/nginx_conf/ssl.conf

@ -6,6 +6,4 @@ ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
error_page 497 https://$host$request_uri;
proxy_set_header X-Forwarded-Proto https;
ssl_stapling on;
ssl_stapling_verify on;
proxy_set_header X-Forwarded-Proto https;
Loading…
Cancel
Save