Home / Forums / Basel support forum / Cron issue
Home › Forums › Basel support forum › Cron issue
Cron issue
- This topic has 11 replies, 2 voices, and was last updated 7 years ago by
Giulio.
-
AuthorPosts
-
October 22, 2018 at 1:00 pm #84361
GiulioParticipantHi 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.
October 22, 2018 at 1:59 pm #84380
Artem TemosKeymasterHi,
Try to temporarily comment or remove the line indicated in your error and check how it works without it.
Regards
October 22, 2018 at 2:54 pm #84411
GiulioParticipantI can do it without any worries about Error 500 or something else?
October 22, 2018 at 2:56 pm #84412
Artem TemosKeymasterYes, it is just for testing purpose.
October 22, 2018 at 3:33 pm #84419
GiulioParticipantI 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.
October 22, 2018 at 5:08 pm #84439
Artem TemosKeymasterTry to replace it with
$this->current_url = basel_http();And send us what do you get when trying to test your cron.
October 22, 2018 at 5:28 pm #84440
GiulioParticipantAlways 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.
October 23, 2018 at 6:00 am #84470
Artem TemosKeymasterThis error seems to be not related to our theme. Anyway, it requires some deeper investigation.
October 23, 2018 at 8:07 am #84491
GiulioParticipantSiteground 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 failureWhat do you think about? A plugin issue?
October 23, 2018 at 1:27 pm #84540
GiulioParticipantSiteground 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.
October 23, 2018 at 2:19 pm #84549
Artem TemosKeymasterYes, you can restore our original file.
October 23, 2018 at 2:24 pm #84553
GiulioParticipantOk, thank you.
-
AuthorPosts
The topic ‘Cron issue’ is closed to new replies.
- You must be logged in to create new topics. Login / Register