Identify CA
Categories
Component ID
2684013
Component name
Identify CA
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1307
Component created
Component changed
Component body
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:windowssystem32curl-ca-bundle.crt exists (Windows)
- Check if C:windowscurl-ca-bundle.crt exists (Windows)
@updated: it does not work :-( ini_set can't change the openssl.cafile variable
