Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #560667

    Hey 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,
    Andy

    #560868

    You 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

    #561059

    Hi Rob,

    Great, glad you got it fixed. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.