nanoproxy icon indicating copy to clipboard operation
nanoproxy copied to clipboard

Received HTTP code 404 from proxy after CONNECT

Open abdennour opened this issue 4 years ago • 5 comments

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

curl: (56) Received HTTP code 404 from proxy after CONNECT

abdennour avatar Jul 26 '21 06:07 abdennour

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.

davidfstr avatar Jul 27 '21 13:07 davidfstr

good luck @davidfstr . No rush

abdennour avatar Jul 28 '21 17:07 abdennour

I am sorry but is it the right time to complete the HTTPS proxy?

Linuxea avatar May 22 '22 12:05 Linuxea

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.

davidfstr avatar May 22 '22 15:05 davidfstr

I made a small http/https proxy. here https://github.com/joeky888/fpgo .

joeky888 avatar Mar 18 '23 07:03 joeky888