-
AuthorPosts
-
January 5, 2016 at 11:55 pm #560176
Greetings and Happy New Year
I get the error msg “can’t find SSL certificate” when I try to check out of my store (https://responsivebeach.com/payments/). I am fairly sure this occurred since updating to woo version 2.4.12 and enfold 3.4.7. I can fix it by adding to wp-config.php:
add_filter(‘https_ssl_verify’, ‘__return_false’);
add_filter(‘https_local_ssl_verify’, ‘__return_false’);but that shouldn’t be necessary. I have tried all normal troubleshooting techniques.
And in safari the checkout box goes gray after selecting a state and if I work around that issue I get this error:
TypeError: ‘undefined’ is not a function (evaluating ‘objWebMon.savePageData(newURL,String(xmlhttpInstance.data),”2″)’)
Any help would be most appreciated. Thanks Rob
This is the full error msg:
http_request_failed: SSL certificate problem: unable to get local issuer certificate
January 6, 2016 at 5:47 pm #560667Hey rdswestnet!
does this happen when activating a default WordPress theme as well? let us know about your results please.
Try a plugin like:
https://wordpress.org/plugins/wp-force-https/
http://wordpress.org/plugins/wordpress-https/installation/Regards,
AndyJanuary 7, 2016 at 1:13 am #560868You know what fixed it? updating to 4.4.1 I can’t can’t believe I spent 3 hours on this… just yesterday. Just proves what I always say: if you are wrestling with your computer and the computer appears to be winning – walk away!
For the record. Enabling default theme made no difference with the problem which caused this message: http_request_failed: SSL certificate problem: unable to get local issuer certificate
But it did seem to fix the problem that only occurred in Safari and caused this message: TypeError: ‘undefined’ is not a function (evaluating ‘objWebMon.savePageData(newURL,String(xmlhttpInstance.data),”2″)’)
Thanks as always for the help.
Rob
January 7, 2016 at 9:05 am #561059 -
AuthorPosts
- You must be logged in to reply to this topic.