dears,
i hava a 2.4.4 newly installation from source, and compiled with libcurl, but encountered with a https issue:
in the frontend, it shows
SSL connect error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
when I run the curl command, it shows
my environment:
i hava a 2.4.4 newly installation from source, and compiled with libcurl, but encountered with a https issue:
in the frontend, it shows
SSL connect error: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
when I run the curl command, it shows
Code:
# curl -v https://mbnreg.mio.com/mioservice/sysmonitor/_GMC-m_point.jsp * Hostname was NOT found in DNS cache * Trying 10.88.2.62... * Connected to mbnreg.mio.com (10.88.2.62) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): * SSLv3, 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
Code:
# cat /etc/issue Ubuntu 14.04.1 LTS \n \l
Code:
# curl -V curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
Comment