chaitin / SafeLine

serve as a reverse proxy to protect your web services from attacks and exploits.
https://waf.chaitin.com
GNU General Public License v3.0
13.28k stars 817 forks source link

[建议] 在站点编辑页面增加开启 OCSP stapling 的选项 #929

Closed eagleyan888 closed 2 months ago

eagleyan888 commented 5 months ago

因为在国内 Let's Encrypt 被DNS污染导致苹果手机访问速度慢,Nginx 可以开启 OCSP 解决此问题(详情请参考 https://cloud.tencent.com/developer/article/1965319 ),但是目前雷池waf不支持在nginx的server这一层增加相应配置。

建议站点编辑页面增加一个checkbox勾选项:开启OCSP stapling ,用户勾选了就在server这一层增加: ssl_stapling on; ssl_stapling_verify on;

Originally posted by @eagleyan888 in https://github.com/chaitin/SafeLine/issues/385#issuecomment-2161998816

xbingW commented 2 months ago

目前引擎不支持