原因:
1. openssl 版本过低
解决方法:进行升级 yum update openssl
2.ssl_ciphers 配置有问题
解决方法:修改为 ssl_ciphers ‘ECDHE-RSA-AES128-GCM-SHA256:AES256+EECDH:AES256+EDH‘;
3. 本身证书问题
解决证书的问题
几个参考地址
https://imququ.com/post/enable-alpn-asap.html
http://www.wtoutiao.com/p/1cdmNkL.html
时间: 2024-10-12 16:38:48