• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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