cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.XXX.com:443

see http://curl.haxx.se/libcurl/c/libcurl-errors.html

Panjeh
1 min readNov 18, 2019

- Issue:

In my case it occurs for domains like

http://www.googleapis.com:443

and

github.com:443

I searched and couldn’t find useful information. Finally I realized there is no bug in my codes and the problem is not the code!

- Reason:

I had not restarted my computer for some continues days!

- Solutions:

  • To solve this error I just restarted my laptop and also disable the internet security firewall (kaspersky, …). That’s it!
  • You should disable any kind of proxy, VPN or tunnel if you use them to connect to internet.
  • Finally, If none of the above is the solution, with brew update libressl, openssl and curl and then reboot your system.

If you have another solution please comment below.

Bonus:
$100 credit for VPN DigitalOcean

I would like to introduce two packages for Laravel that I have recently developed: Laravel Pay Pocket, a modern multi-wallet package, and Laravel Failed Jobs, a UI for the Laravel Failed Jobs Table. I hope they may be of help to you.

https://github.com/HPWebdeveloper/laravel-pay-pocket
https://github.com/HPWebdeveloper/laravel-failed-jobs

--

--

Panjeh
Panjeh

Written by Panjeh

Posting about Python and Laravel

Responses (3)