• 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

SSL ERROR with PAYPAL and TLS 1.2

icantsleep

New Pleskian
Hello everybody,

I get issues with Paypal, getting ssl errors :
"Send with CURL method failed ! Error: SSL connect error - Connect failed with fsockopen method"


- I'm on Plesk 12.5.30 centos 6.7
- My configuration looks good with TLS 1.2
- I got last update for everything

when I run the command :
curl -sv https://api-3t.sandbox.paypal.com/nvp

i get :

* About to connect() to api-3t.sandbox.paypal.com port 443 (#0)
* Trying 173.0.82.83... connected
* Connected to api-3t.sandbox.paypal.com (173.0.82.83) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* NSS error -12286
* Closing connection #0
* SSL connect error


I'm trying to figure this out for 2 days. Any one an idea?

my brain is melting... help
 
I don't have this issue on Plesk 12.5, Debian 8.4. Please check the version of `curl` and maybe `libnss3`.

curl:
curl 7.38.0 (x86_64-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1k zlib/1.2.8 libidn/1.29 libssh2/1.4.3 librtmp/2.3

libnss3:
2:3.17.2-1.1+deb8u2
 
Back
Top