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. 2
      cmd/server/nginx_conf/ssl.conf

2
cmd/server/nginx_conf/ssl.conf

@ -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;
Loading…
Cancel
Save