• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

problem curl ssl

MichCo

New Pleskian
Hello,

I don't know if i do recompiling curl or other but i've a problem with curl SSL.


~]# curl https://www.ceofox.com --verbose
* About to connect() to www.ceofox.com port 443 (#0)
* Trying 173.254.70.94... connected
* Connected to www.ceofox.com (173.254.70.94) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* NSS error -12286
* Error in TLS handshake, trying SSLv3...
> GET / HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.13.1.0 zlib/1.2.3 libidn/1.18 libssh2/1.2.2
> Host: www.ceofox.com
> Accept: */*
>
* Connection died, retrying a fresh connect
* Closing connection #0
* Issue another request to this URL: 'https://www.ceofox.com'
* About to connect() to www.ceofox.com port 443 (#0)
* Trying 173.254.70.94... connected
* Connected to www.ceofox.com (173.254.70.94) port 443 (#0)
* TLS disabled due to previous handshake failure
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* NSS error -12286
* Closing connection #0
* SSL connect error
curl: (35) SSL connect error


yum update result:
No Packages marked for Update

# curl -V
curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.13.1.0 zlib/1.2.3 libidn/1.18 libssh2/1.2.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz



Regards,
 
Last edited:
How it is related to Plesk? curl is package from OS vendor.
 
Back
Top