• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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