Notion Blog
知行合一1 分钟阅读

certbot 安装证书报错处理

certbot 安装证书遇到的问题记录和处理

问题1

nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/nginx.conf:60

解决办法

nginx配置中注释:#ssl on;

问题2 nginx: [emerg] SSL_CTX_set_cipher_list("PROFILE=SYSTEM") failed (SSL: error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match)

解决办法

nginx配置ssl_ciphers PROFILE=SYSTEM 中修改为:ssl_ciphers DEFAULT

有关使用上的问题,欢迎您在底部评论区留言,一起交流~

读者评论

评论会同步写入该文在 Notion 中的页面底部(与正文同页,便于管理)。

0/1500

暂无评论,欢迎抢沙发。