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

any idea why http works but https works only with a handful of domains #6

Closed
matti opened this issue Dec 18, 2020 · 1 comment
Closed

Comments

@matti
Copy link

matti commented Dec 18, 2020

I've configured my own proxy and disabled thottling by return True (#4)

when I open
https://bellard.org/jslinux/vm.html?url=alpine-x86.cfg&mem=192&net_url=wss://my-proxy.com

I can

$ curl https://www.google.com

But I can not $ curl https://someotherdomain.com

But all $ curl http://anydomain works.

I have a feeling that this is related to some "packet sizes" etc of https

Usually it hangs like this:

curl --verbose https://www.cnn.com
*   Trying 151.101.1.67:443...
* Connected to www.cnn.com (151.101.1.67) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
 <hangs>
@matti
Copy link
Author

matti commented Dec 18, 2020

was: lb

@matti matti closed this as completed Dec 18, 2020
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

1 participant