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

Empty reply from server #181

Open
Sayrix opened this issue Dec 16, 2023 · 9 comments · May be fixed by #191
Open

Empty reply from server #181

Sayrix opened this issue Dec 16, 2023 · 9 comments · May be fixed by #191

Comments

@Sayrix
Copy link

Sayrix commented Dec 16, 2023

root@sayrix1:~# curl -D - -x http://127.0.0.1:8090 -k http://httpbin.org/get
curl: (52) Empty reply from server
root@sayrix1:~#
@aviadhahami
Copy link

Encountering this as well... trying to understand why this happens

@nfx
Copy link
Owner

nfx commented Feb 24, 2024

@Sayrix can you check the debug output from slrp process, what do you see there?

@nfx
Copy link
Owner

nfx commented Feb 24, 2024

@aviadhahami ^

@aviadhahami
Copy link

@nfx I too encountered this when I used http and not https, not sure why and I didn't dive into this (as of now)
For now running the whole thing w/ https works around (even if there's no real certificate chain)

@Sayrix
Copy link
Author

Sayrix commented Feb 25, 2024

@Sayrix can you check the debug output from slrp process, what do you see there?

I will try right now

@Sayrix
Copy link
Author

Sayrix commented Feb 25, 2024

Yup me too, i can't connect in http but in https it connect but the proxy don't works because it says MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT

And in the console: 2024/02/25 17:23:33 http: TLS handshake error from 127.0.0.1:49468: remote error: tls: bad certificate

@Sayrix
Copy link
Author

Sayrix commented Feb 25, 2024

I think that to fix it is to make the mitm in http or socks to prevent ssl error

@aviadhahami
Copy link

I think that to fix it is to make the mitm in http or socks to prevent ssl error

yea you just have to cancel SSL check on everything...which is not good :~(

@Sayrix
Copy link
Author

Sayrix commented Feb 26, 2024

yea you just have to cancel SSL check on everything...which is not good :~(

Firefox don't let me to cancel it

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

Successfully merging a pull request may close this issue.

3 participants