Find the local CA peer verification file to allow drupal to access HTTPS sites.
- Check if openssl.cafile is set in your php.ini file.
- Check if curl.cainfo is set in your php.ini file.
- Check if /etc/pki/tls/certs/ca-bundle.crt exists (Red Hat, CentOS, Fedora; provided by the ca-certificates package)
- Check if /etc/ssl/certs/ca-certificates.crt exists (Ubuntu, Debian; provided by the ca-certificates package)
- Check if /usr/local/share/certs/ca-root-nss.crt exists (FreeBSD; provided by the ca_root_nss package)
- Check if /usr/local/etc/openssl/cert.pem (OS X; provided by homebrew)
- Check if C:\windows\system32\curl-ca-bundle.crt exists (Windows)
- Check if C:\windows\curl-ca-bundle.crt exists (Windows)
@updated: it does not work :-( ini_set can't change the openssl.cafile variable
Short name
identify_ca
Supporting organizations