0

Seemingly out of the blue (i.e. I haven't edited code recently), I've started receiving a lot of these error messages in my cron jobs in the past couple days:

FacebookAds\Exception\Exception, Code: 35: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to graph.facebook.com:443

As a test, I was able to SSH into my server and run this without problem: curl -vvv https://www.facebook.com

Also, the cron job that runs every 5 minutes and often causes this error doesn't always cause this error. And in the few times I've manually dispatched the job, I haven't seen the error.

What does this mean, what suddenly caused my cron job to often throw this error, and how can I fix it?

P.S. These seem to be related questions but none seem to have answers about LibreSSL and Facebook:

Ryan
  • 17,332
  • 24
  • 141
  • 270

2 Answers2

0

I still don't know the root cause, but I ran service docker restart and haven't noticed the error since.

Thanks to https://stackoverflow.com/a/52740968/470749 for the idea.

Ryan
  • 17,332
  • 24
  • 141
  • 270
0

Had a similar error message while installing ruby gems. Upgrading the OS to Mojave 10.14.5, solved the problem for me.

flow
  • 1