I have a wordpress site https://wordpress.example.com
that i am trying to get comments working with my discourse https://discourse.example.com
. both are one click installs from digital ocean and have ssl when i first got the “curl error 60: ssl certificate problem: unable to get local issuer certificate” I updated php.ini to reference a newly downloaded cacert.pem however this has not resolved the issue for me
any help would be greatly appreciated.
array(8) { ["default_cert_file"]=> string(21) "/usr/lib/ssl/cert.pem" ["default_cert_file_env"]=> string(13) "SSL_CERT_FILE" ["default_cert_dir"]=> string(18) "/usr/lib/ssl/certs" ["default_cert_dir_env"]=> string(12) "SSL_CERT_DIR" ["default_private_dir"]=> string(20) "/usr/lib/ssl/private" ["default_default_cert_area"]=> string(12) "/usr/lib/ssl" ["ini_cafile"]=> string(0) "" ["ini_capath"]=> string(31) "/etc/php/7.0/apache2/cacert.pem" }