Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
尝试curl时发生Openssl SSLV3握手错误_Openssl_Ssl Certificate - Fatal编程技术网

尝试curl时发生Openssl SSLV3握手错误

尝试curl时发生Openssl SSLV3握手错误,openssl,ssl-certificate,Openssl,Ssl Certificate,当我尝试卷曲访问页面时,它显示sslv3握手失败,但如果我选择sslv2,它工作正常。我尝试升级openssl,但也存在同样的问题。我在certs文件夹中没有看到任何过期的证书 当我把带curl的--sslv2作为参数时,它工作得很好 当我把带curl的--sslv3作为参数时,它失败了 OpenSSL版本:OpenSSL 0.9.8e-fips-rhel5 2008年7月1日 [root@dellpc ssl]# curl -v -s -S --url https://192.168.1.16

当我尝试卷曲访问页面时,它显示sslv3握手失败,但如果我选择sslv2,它工作正常。我尝试升级openssl,但也存在同样的问题。我在certs文件夹中没有看到任何过期的证书

当我把带curl的--sslv2作为参数时,它工作得很好 当我把带curl的--sslv3作为参数时,它失败了

OpenSSL版本:OpenSSL 0.9.8e-fips-rhel5 2008年7月1日

[root@dellpc ssl]# curl -v -s -S --url https://192.168.1.16/testpage -k --local-port 1235-1335 -g
*   Trying 192.168.1.16...
* Local port: 1235
* Connected to 192.168.1.16 (192.168.1.16) port 443 (#0)
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.0 (IN), TLS alert, Server hello (2):
* error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
* Closing connection 0
curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
[root@dellpc ssl]#
[root@dellpc ssl]#