Centos 7 curl:(35)同行报告它遇到了内部错误

Centos 7 curl:(35)同行报告它遇到了内部错误,curl,centos7,php-curl,Curl,Centos7,Php Curl,我曾尝试向运行HTTPS的网站发送GET请求,但总是得到curl:(35)同行报告它遇到了内部错误。我在这个唯一的网站上收到了这个错误,Youtube、Google和其他网站工作正常。下面是curl详细模式下的信息 # curl -v https://***.vn > test.htm % Total % Received % Xferd Average Speed Time Time Time Current

我曾尝试向运行
HTTPS
的网站发送
GET
请求,但总是得到
curl:(35)同行报告它遇到了内部错误。
我在这个唯一的网站上收到了这个错误,Youtube、Google和其他网站工作正常。下面是curl详细模式下的信息

# curl -v https://***.vn > test.htm
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   
  Trying 103.x.x.x:443...
* TCP_NODELAY set
* Connected to ***.vn (103.x.x.x) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: none
  CApath: none
* loaded libnssckbi.so
* NSS error -12188 (SSL_ERROR_INTERNAL_ERROR_ALERT)
* Peer reports it experienced an internal error.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
* Closing connection 0
curl: (35) Peer reports it experienced an internal error. 
我查看了几乎所有类似的问题,但找不到任何解决方案,如:

由ecdhe_rsa_aes_128_gcm_sha_256解决,但对我不起作用

我也是,但对我也不起作用

我的卷发版本

# curl -V
curl 7.68.0 (x86_64-redhat-linux-gnu) libcurl/7.68.0 NSS/3.44 zlib/1.2.7 libpsl/0.7.0 (+libicu/50.1.2) libssh2/1.9.0 nghttp2/1.31.1
Release-Date: 2020-01-08
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL UnixSockets
# openssl version
OpenSSL 1.1.1d  10 Sep 2019
我还运行了
yum更新nss-nss-util-nss-sysinit-nss-tools
到最新的nss版本,但仍然无法正常工作

我的openssl版本

# curl -V
curl 7.68.0 (x86_64-redhat-linux-gnu) libcurl/7.68.0 NSS/3.44 zlib/1.2.7 libpsl/0.7.0 (+libicu/50.1.2) libssh2/1.9.0 nghttp2/1.31.1
Release-Date: 2020-01-08
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS GSS-API HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz Metalink NTLM NTLM_WB PSL SPNEGO SSL UnixSockets
# openssl version
OpenSSL 1.1.1d  10 Sep 2019
有什么想法吗