• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue After upgrading CURL, website can't use SSL + CURL

stas styler

Basic Pleskian
Hello,

We've upgraded CURL to "curl 7.63.0 (x86_64-redhat-linux-gnu)" on our server (Centos7 + Plesk onyx 17.8) .

After restarting all the needed services, websites cant use curl to https destinations.
I've looked a lot on the forum + KB and found that we need to edit he panel.ini with this:

Code:
[php]
curlCertificatesUrl="http://curl.haxx.se/ca/cacert.pem"

Waited for 2 days, that didn't solve anything.
What did solve for a single domain is to download the cert and upload it to httdocs of the website and adding the php directive to read the CA from there.

That's not a solution, we need to figure out how to solve this globaly and ASAP, many websites can't use many plugins.
Any ideas? help?
 
Try to do following:

Download certificate file http://curl.haxx.se/ca/cacert.pem with wget and move it to /etc/ssl/certs/ directory.
Then go to Domains > example.com > PHP Settings > Additional directives > add line

curl.cainfo="/etc/ssl/certs/cacert.pem"

into it and press OK.
 
Back
Top