• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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