password
查看人数
type
status
date
slug
summary
category
icon
tags
作者
状态
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
有关使用上的问题,欢迎您在底部评论区留言,一起交流~
- 作者:躁静有徒
- 链接:https://blog.zaojingyoutu.top//article/b8cc5dd8-c2ae-43bb-8476-b5ff98674912
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
相关文章