wpsharks / comet-cache

An advanced WordPress® caching plugin inspired by simplicity.
https://cometcache.com
GNU General Public License v3.0
77 stars 18 forks source link

BUG: cURL request not allowing URLs that are using self-signed certificates #854

Open renzms opened 7 years ago

renzms commented 7 years ago

Steps to reproduce:

Observed Behaviour:

Upon enabling the Auto Cache Engine the following message prompt appears:

Comet Cache says... The Auto-Cache Engine is currently configured with an XML Sitemap location that could not be found. We suggest that you install the Google XML Sitemaps plugin. Or, empty the XML Sitemap field and only use the list of URLs instead. See: Dashboard → Comet Cache → Auto-Cache Engine → XML Sitemap URL

Problematic Sitemap URL: https://domain.net/sitemap.xml / Diagnostic Report: WP_Http says: cURL error 60: SSL certificate problem: self signed certificate in certificate chain.
raamdev commented 7 years ago

Noting additional required steps to reproduce:

dimitris-t commented 4 years ago

Any workarounds?