• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Where can I update CURL Ca Bundle?

R

RobSeo

Guest
I've searched high and low where Curl looks for the CA-Bundle.crt file with a default installation of Plesk. Could anyone please tell me what folder and filename Curl looks to for the CA Cert Bundle? Or how I may update CURL to look for a specific certificate?

Windows 2k8 R2
Plesk 10.2

Thank you,
Robert S.
 
http://curl.haxx.se/docs/sslcerts.html

If you're using the curl command line tool on Windows, curl will search for a CA cert file named "curl-ca-bundle.crt" in these directories and in this order:

1. application's directory
2. current working directory
3. Windows System directory (e.g. C:\windows\system32)
4. Windows Directory (e.g. C:\windows)
5. all directories along %PATH%
 
Back
Top