• vikjohn

    (@vikjohn)


    I updated to the lastest version of the calendar plugin and this morning I find this error:
    <<The following error(s) occurred: http_request_failed
    SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>>

    I’ve uninstalled, deactivated, re-done everything with the same results.
    I need this working before a demo on next Tuesday!! Help please….

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter vikjohn

    (@vikjohn)

    Tried downgrading the plugin and that did not work.

    Plugin Author stoutdesign

    (@stoutdesign)

    Use the latest version, 1.2.3, and remove the line below in the gcalendar-wrapper.php file. It’s around line 47:

    die('The following error(s) occurred: '.$errors);

    Let me know if this works

    Thread Starter vikjohn

    (@vikjohn)

    I re-upgraded and made the fix; now it says “Array”

    Plugin Author stoutdesign

    (@stoutdesign)

    Sorry, please try this and let me know what you get. Basically change die to echo

    echo 'The following error(s) occurred: '.$errors;

    Thread Starter vikjohn

    (@vikjohn)

    Made the change:

    The following error(s) occurred: http_request_failed
    SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
    Array

    Plugin Author stoutdesign

    (@stoutdesign)

    OK, I was hoping it was just a warning and the rest of the script would continue but I guess that’s not the case. I don’t have a quick fix for this issue and will have to look into it more later on. Can you please post your Google Calendar embed code so I can verify all looks good?

    Droidex

    (@droidex)

    <iframe src="https://www.google.com/calendar/embed?showTitle=0&showPrint=0&showTabs=0&showCalendars=0&mode=AGENDA&height=500&wkst=1&bgcolor=%23ffffff&src=juntalocal%40fallesdenia.com&color=%23182C57&ctz=Europe%2FMadrid" style=" border-width:0 " width="300" height="500" frameborder="0" scrolling="no"></iframe>

    Thread Starter vikjohn

    (@vikjohn)

    DTSSSE

    (@dtssse)

    Hi ,

    I,ve got the same error : [ The following error(s) occurred: http_request_failed
    SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed ]
    after updating to WP 3.1,

    Google Calendar iframe embed code:

    <iframe src=”https://www.google.com/calendar/embed?showTz=0&showTabs=0&showPrint=0&mode=AGENDA&hl=fr&src=utl.libourne%40gmail.com&ctz=Europe/Paris&#8221; style=” border:solid 1px #777 ” width=”700″ height=”450″ frameborder=”0″ scrolling=”no”></iframe>

    Thanks for looking into this too, DTS

    heddle

    (@heddle)

    Same problem here. Must be something to do with the WordPress 3.1 update.

    HLISM

    (@hlism)

    Same Here – New Site Clean Install

    DTSSSE

    (@dtssse)

    Hi !

    I’ve red this at the botttom of the settings page of Stout Google calendar :

    This plugin requires:
    WP_Http : WP_Http present. Looks good.

    What does that mean ?

    schwenkbl

    (@schwenkbl)

    I am experiencing the error as well.

    I manually added code togcalendar-wrapper.php to send the request with sslverify set to false and it worked. Of course that doesn’t tell you anything you don’t know.

    Any updates on this issue?

    Plugin Author stoutdesign

    (@stoutdesign)

    @schwenkbl – If you have a patch please let me know and I’ll be happy to look at it. You can send it to [email protected]

    I have not had free time to work on a fix for this but will reply to this thread once I do. Thanks

    Thread Starter vikjohn

    (@vikjohn)

    I tweakded the calendar on google to get it to look like I want and then just copied the iframe code from Google to a text widget and everything works fine.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘[Plugin: Stout Google Calendar] SSL certificate problem’ is closed to new replies.