ERR_SSL_PROTOCOL_ERROR #53

简介: ERR_SSL_PROTOCOL_ERROR #53

起因是因为阿里云机器快要到期了,然后重新买了台低配的机器,在上面跑我的服务。根据快照直接进行创建,发现新机器和老机器的数据一摸一样,这功能真舒服,根据自定义镜像创建机器。购买完毕,启动服务。然后就遇到了下面这个问题

  • 尝试Google、百度解决方法,发现没有跟我一样的。
  • 尝试重新申请SSL证书和重新配置Nginx SSL也是一样。
  • 实在没辙,下午先放着了,晚上再解决。

到了晚上,查看了下9000端口占用情况,发现正常。

把PM2进程管理给停止,然后重新npm start,发现可以正常访问了,刺激!

然后怀疑跟PM2有关系,一直使用的是以为开启了,才发现all其实是管理。pm2 start all

需要重新 一下才行。pm2 start ./bin/www --watch

还有可能就是证书无效了,重新配置下证书。

目录
相关文章
|
测试技术 应用服务中间件 nginx
解决:http: TLS handshake error from *
今天以容器的形式在公网上一个部署了一个云服务,在测试环境是没有问题的,不知道为什么部署到 beta 环境就出现了问题,导致 https 协议文件访问失败。
6717 0
|
缓存 PHP
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection
1310 0
Error from server error dialing backend remote error tls internal error
Error from server error dialing backend remote error tls internal error
141 0
|
应用服务中间件 nginx
通过nginx访问连接websocket 错误 failed: Error during WebSocket handshake: Unexpected response code: 400
通过nginx访问连接websocket 错误 failed: Error during WebSocket handshake: Unexpected response code: 400
853 0
|
Java 关系型数据库 MySQL
14. 成功解决:ERROR:ssl_client_socket_impl.cc(992) handshake failed; returned -1, SSL error code 1, net_error -103
今天使用 Python 的 selenium 时,一直在报如下错误:[30616:22540:0328/093748.004:ERROR:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -100
4521 0
|
安全 算法 Java
java https 请求 javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
java https 请求 javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
15965 0
|
开发工具 git
fatal: protocol ‘“https‘ is not supported
fatal: protocol ‘“https‘ is not supported
|
Shell 网络安全 开发工具
fatal: unable to access github.com schannel failed to receive handshake, SSL/TLS connection failed
fatal: unable to access github.com schannel failed to receive handshake, SSL/TLS connection failed
337 0
fatal: unable to access 'https://github.com/XXXX.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
fatal: unable to access 'https://github.com/XXXX.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
544 0