wohali / oauth2-discord-new

New Discord Provider for the OAuth 2.0 Client
MIT License
118 stars 22 forks source link

cURL error 35 #28

Closed fullstack1995 closed 3 years ago

fullstack1995 commented 3 years ago

hi im getting this error

Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to discord.com:443 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in C:\wamp64\www\php\discord2\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 207

GuzzleHttp\Exception\ConnectException: cURL error 35: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to discord.com:443 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in C:\wamp64\www\php\discord2\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 207 screencapture-localhost-php-discord2-index-php-2020-09-20-08_32_59

what should i do?

wohali commented 3 years ago

Hi there,

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. 

Looks like you may have a certificate issue. Can you double check that your system is fully updated?

fullstack1995 commented 3 years ago

hi joan thank you for your response i really dont know what the problem is . could u help me and remote my desktop to solve this problem? best regard

On Sun, Sep 20, 2020 at 9:16 AM Joan Touzet notifications@github.com wrote:

Hi there,

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.

Looks like you may have a certificate issue. Can you double check that your system is fully updated?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wohali/oauth2-discord-new/issues/28#issuecomment-695725727, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQZLLHWSYZXARYM2S57LRODSGWCLNANCNFSM4RTM47JQ .

NoS1gnalWeb commented 3 years ago

I found a solution Follow solution 2 here : https://chasingcode.dev/blog/fix-curl-error-60-ssl-certificate-problem/ it's working for me

wohali commented 3 years ago

Thanks @NoS1gnalWeb for the tip. This is definitely not something I can fix in the library.