• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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