Home Forums Basel support forum Cron issue

Cron issue

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #84361

    Giulio
    Participant

    Hi there, I see this error inside Cron Events:

    WP-Cron spawn failed with error: cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

    Please, could you tell me what do you think about? I already talk with WC and Siteground support, but no-one know how help me. I see that the issue is with your post types, so I thought that you could help me.

    Thank you.

    #84380

    Artem Temos
    Keymaster

    Hi,

    Try to temporarily comment or remove the line indicated in your error and check how it works without it.

    Regards

    #84411

    Giulio
    Participant

    I can do it without any worries about Error 500 or something else?

    #84412

    Artem Temos
    Keymaster

    Yes, it is just for testing purpose.

    #84419

    Giulio
    Participant

    I deleted

    $this->current_url = basel_http() . '://' . "{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}";

    that is the 15th row, but nothing changed on WP-Cron. Could you tell me if I need to delete more than only a row?

    Thank you.

    #84439

    Artem Temos
    Keymaster

    Try to replace it with

    $this->current_url = basel_http();

    And send us what do you get when trying to test your cron.

    #84440

    Giulio
    Participant

    Always same issue: “cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure”. I asked to Siteground to check again with WP-CLi and I’m waiting for the answer.

    #84470

    Artem Temos
    Keymaster

    This error seems to be not related to our theme. Anyway, it requires some deeper investigation.

    #84491

    Giulio
    Participant

    Siteground report me this, now:

    offici91@it35 [~/public_html]# wp cron test
    Error: WP-Cron spawn failed with error: cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
    offici91@it35 [~/public_html]#

    The previous notice do not appear more. But the issue is still there:

    cURL error 35: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

    What do you think about? A plugin issue?

    #84540

    Giulio
    Participant

    Siteground support fixed the issue disabling Cloudflare. So everything is okay right now. In your opinion I should to restore your original file?

    Let me know please.

    #84549

    Artem Temos
    Keymaster

    Yes, you can restore our original file.

    #84553

    Giulio
    Participant

    Ok, thank you.

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Cron issue’ is closed to new replies.