Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL_ERROR_SYSCALL on some sites #169

Open
musjj opened this issue Apr 23, 2023 · 1 comment
Open

SSL_ERROR_SYSCALL on some sites #169

musjj opened this issue Apr 23, 2023 · 1 comment

Comments

@musjj
Copy link

musjj commented Apr 23, 2023

Describe the bug
SSL_ERROR_SYSCALL error occurs when connecting to certain websites. The error doesn't occur without Green Tunnel's proxy.

To Reproduce

❯ curl --proxy 0.0.0.0:8000 -v 'https://utcc.utoronto.ca'
*   Trying 0.0.0.0:8000...
* Connected to 0.0.0.0 (127.0.0.1) port 8000 (#0)
* allocate connect buffer
* Establish HTTP proxy tunnel to utcc.utoronto.ca:443
> CONNECT utcc.utoronto.ca:443 HTTP/1.1
> Host: utcc.utoronto.ca:443
> User-Agent: curl/8.0.1
> Proxy-Connection: Keep-Alive
> 
< HTTP/1.1 200 Connection Established
< 
* CONNECT phase completed
* CONNECT tunnel established, response 200
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to utcc.utoronto.ca:443 
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to utcc.utoronto.ca:443 

Expected behavior
No error

Desktop (please complete the following information):

  • OS: Linux
  • Browser Firefox
  • Version 113.0b6
@Fyne5
Copy link

Fyne5 commented Dec 18, 2023

Let's me pump up this thread. I think relate ssl library too old and unfortunately author may be drop this project, so will not be upgraded anything in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants