• Resolved luukkaass

    (@luukkaass)


    Hi when i hit save this show up : OMGF ist beim Holen des Frontend-HTML dieser Website auf einen Fehler gesto?en: http_request_failed – cURL error 60: Peer’s Certificate issuer is not recognized.

    how can i fix that ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    That’s interesting. Your server is running into SSL related issues while pinging itself.

    What OMGF is trying to do is fetch your homepage, but it fails, because PHP (which is running on your server) doesn’t “trust” the SSL certificate on your server.

    This happens rarely, but you’re not the only one running into this. Would you mind testing this beta for me?

    It contains a filter which allows you to modify the sslverify attribute while OMGF is running Save & Optimize.

    After installing the beta, add this to your theme’s functions.php:

    add_filter('omgf_admin_optimize_verify_ssl', '__return_false');

    That should disable the SSL verification procedure, during OMGF’s optimization routine. Hopefully that’ll allow you to continue.

    Looking forward to your findings!

    Thread Starter luukkaass

    (@luukkaass)

    Hi thank you very much this help me and it is working ??

    Plugin Author DaanvandenBergh

    (@daanvandenbergh)

    Awesome, I’ll include it in the next release!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘OMGF ist beim Holen des Frontend-HTML dieser Website auf einen Fehler gesto?en:’ is closed to new replies.