Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

seydmeti's avatar

cURL error 35: error:140773E8:SSL routines:SSL23_GET_SERVER_HELLO:reason(1000) (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

i'm trying to login facebook with socialite in laravel 5.7 but got this error:

cURL error 35: error:140773E8:SSL routines:SSL23_GET_SERVER_HELLO:reason(1000) (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

tnx for helping

0 likes
1 reply
TerrePorter's avatar

Have you checked the things mentioned in the error reference?

CURLE_SSL_CONNECT_ERROR (35)

A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others.

Please or to participate in this conversation.