1Panel icon indicating copy to clipboard operation
1Panel copied to clipboard

[BUG]web项目不兼容firefox浏览器

Open Felmon opened this issue 2 years ago • 1 comments

联系方式

No response

1Panel 版本

1.3.6

问题描述

大多数反代网站或自建站在firefox会报错:MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING,看原因是因为ff默认ocsp启用staplping https://really-simple-ssl.com/mozilla_pkix_error_required_tls_feature_missing/ 所以最好ssl启用时默认加上以下nginx配置以兼容ff:

 ssl_stapling on;
 ssl_stapling_verify on;

重现步骤

1

期待的正确结果

No response

相关日志输出

No response

附加信息

No response

Felmon avatar Jun 27 '23 10:06 Felmon

感谢反馈,上述问题我们在下个版本优化。

wanghe-fit2cloud avatar Jun 27 '23 10:06 wanghe-fit2cloud

v1.7.1 版本已发布。

wanghe-fit2cloud avatar Oct 14 '23 16:10 wanghe-fit2cloud