Received HTTP code 404 from proxy after CONNECT
I run the app, then i tried with the http client "curl" as following:
curl -x localhost:8080 https://google.com
I got this error
My guess is that it's having trouble proxying to an https:// address. Try accessing an http:// URL to see if it works better.
My personal bandwidth to investigate this issue is extremely limited right now, since I'm going through a rough patch in life at the moment.
good luck @davidfstr . No rush
I am sorry but is it the right time to complete the HTTPS proxy?
Hi @Linuxea I'm back.
nanoproxy is a pretty low priority project relative to others I'm currently working on - it is just a single-file 100-line non-production proxy - so I'm not looking at spending too much of my own time here.
Assistance from others that would be useful for this specific issue:
- Isolate whether this issue is specific to https:// URLs or something else.
- Investigate further why the issue is happening.
- Propose a fix as a PR.
I made a small http/https proxy. here https://github.com/joeky888/fpgo .