Settings error SSL certificate problem: unable to get local issuer certificate
-
I’m trying to add my api key to the plug and I keep getting the message:
Settings error SSL certificate problem: unable to get local issuer certificate
Strangely enough, the plugin works for one of my sites, but none of the others and they are all on the same server and all running the same version of the plug. What gives?
I’ve already tried adding the following to my functions.php to disable SSL, but I continue to get the same error.
add_filter( ‘https_local_ssl_verify’, ‘__return_false’ );
add_filter( ‘https_ssl_verify’, ‘__return_false’ );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Settings error SSL certificate problem: unable to get local issuer certificate’ is closed to new replies.