OPENSSL_internal:UNSUPPORTED_PROTOCOL
See original GitHub issueFrom: whistle@2.4.2
Node: v12.8.1
Date: 2019/12/25 下午4:58:59
Error: write EPROTO 140683778838504:error:100000f0:SSL routines:OPENSSL_internal:UNSUPPORTED_PROTOCOL:../../third_party/boringssl/src/ssl/handshake_client.cc:569:
at WriteWrap.onWriteComplete [as oncomplete] (internal/stream_base_commons.js:83:16)
访问 https://pbdw.ebank.cmbchina.com/cbmresource/8/cemxzm/bg1.png 时出现
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
OpenSSL can't establish SSL connection because ...
OpenSSL : error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol Unable to establish SSL connection. I'm on ubuntu 20.04 LTS.
Read more >OpenSSL::SSL::SSLError (v 1.1.1d) unsupported protocol in ...
I am experimenting an issue about openssl when my rails application is running in docker container. The issue happens when I deliver a...
Read more >error:1425F102:SSL routines:ssl_choose_client_version ...
An issue while Azure Linux based app service try to get data from GoDaddy based database. ... SslException: SSL Handshake failed with OpenSSL...
Read more >Cannot connect to eduroam on F36 due to openssl error
Based on the logs, it seems to be because of an openssl error. ... SSL_connect error:0A000102:SSL routines::unsupported protocol ...
Read more >openssl_handshake & unsupported protocol on Wi-Fi ...
Hi! I have a trouble with corporate WI-FI on my laptop under OL8/8.1 with openssl_handshake & unsupported protocol.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
related to https://github.com/nodejs/node/issues/27384
加上
--tls-v1.0
即可,因为我是require('whistle')
使用的所以漏了这个参数https://github.com/avwo/starting/blob/master/lib/cli.js#L206