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
 
 
 
 
💡
有关使用上的问题,欢迎您在底部评论区留言,一起交流~
个人收集python中用playwright 实现页面点击后获取接口响应数据
Loading...