gpt4 book ai didi

node.js - ERR_SSL_PROTOCOL_ERROR 仅适用于某些用户(nodejs,express)

转载 作者:行者123 更新时间:2023-12-03 12:15:11 24 4
gpt4 key购买 nike

只有部分(不是全部)用户在尝试访问我的快速站点时在 Chrome 中收到 ERR_SSL_PROTOCOL_ERROR。我没有收到这个错误,所以调试起来很痛苦。

我正在使用从提供商 (1&1) 下载的 PFX 文件创建 https 服务器:

var options = {
pfx: fs.readFileSync('./mysite_private_key.pfx'),
passphrase: 'MYPASSPHRASE',
};
https.createServer(options, app).listen(443);

https://whatsmychaincert.com告诉我链条是正确的,但提示握手:

[mysite] has the correct chain.

[mysite]: TLS handshake error: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error SSL Labs might be able to tell you what went wrong



我用谷歌搜索没有成功,有人知道问题可能是什么吗?泰。

最佳答案

最后我放弃了 1&1 并使用了 GoDaddy 的 CA 服务,问题就消失了。

关于node.js - ERR_SSL_PROTOCOL_ERROR 仅适用于某些用户(nodejs,express),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62021419/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com