Skip to main content

All Questions

Tagged with
0 votes
0 answers
172 views

How to disable (HTTP/HTTPS) Proxy and SOCKS proxy on MAC using terminal while on recovery mode?

I use networking sniffing tool Charles Proxy to check my app traffic. However, after updating my mac, for some reason the HTTP/HTTPS and Socks proxy is turned on. If I restart my mac my network is not ...
love-to-code's user avatar
2 votes
0 answers
1k views

proxies not working on Macbook

I have both http and socks5 proxies but after I set them up and authenticate, they don't work.  With the http proxy I do have internet access but nothing changes - still my old IP, not the one of the ...
Michal's user avatar
  • 21
0 votes
1 answer
830 views

A proxy handler that can handle multiple proxies

for example, i have this local proxies handlers: 127.0.0.1:8888 (Fiddler) 127.0.0.1:1080 (ShadowSocks) 127.0.0.1:919 (Another ShadowSocks) I want them to be used at the same time. is there any ...
shunz19's user avatar
  • 103
0 votes
1 answer
2k views

Can I connect by using double/nested proxy?

Suppose that I want to connect to internet through proxy server A. If I am in a network where connection to external network should go through proxy server B, is it possible to do this? Is there any ...
fikr4n's user avatar
  • 101
3 votes
2 answers
3k views

Debian Linux: How can I expose a SOCKS proxy as a HTTP proxy for the purpose of HTTP/HTTPS requests?

How can I allow a program, which only supports talking through a HTTP proxy, to talk through a SOCKS proxy? In other words, take the HTTP-proxy request and turn it into a SOCKS-proxy request which ...
user's user avatar
  • 30k
1 vote
2 answers
3k views

SOCKS proxy and HTTP: Will the IP address be hidden?

As far as I know, using a HTTP proxy, there will be a header field sent that contains the IP address of the user. But SOCKS almost works with every service and protocol, so there should not be such a ...
Ercksen's user avatar
  • 201
1 vote
0 answers
3k views

Connection reset when trying to tunnel http/socks by multi-hop ssh

Involved machines: (client)A -- B -- C(exit) A/B is cygwin ssh/sshd, C is linux What I want: A's http(s) and socks traffic be tunneled through B,C. Destination is any IP, so -L alone doesn't work. ...
user2771324's user avatar
0 votes
2 answers
5k views

Detecting whether a proxy is HTTP or SOCKS

Based on the long search in net I came to know that SOCKS uses a handshake protocol to inform the proxy software about the connection that the client is trying to make, and then acts as transparently ...
yasmuru's user avatar
  • 101
5 votes
1 answer
3k views

How to diagnose proxy over ssh?

Recently I've tried to set up proxy using ssh -D 2454 username@servername (to browse the Internet through ssh tunnel), but failed to do this correctly. I would be happy for any suggestions and/or ...
fiktor's user avatar
  • 803
1 vote
1 answer
5k views

How to set up a proxy to route all traffic through?

I run Ubuntu on my home computer. Is there a simple way of setting up a proxy server on that computer? At least so that I can use it as a proxy server for HTTP, but if it isn't very difficult so that ...
Friend of Kim's user avatar
51 votes
9 answers
74k views

http proxy over ssh, not socks

The question is simple, but the answer is not : ssh -D 8080 user@host or ssh -gCNf -D 8080 user@host or wathever with -D # I need a kind of proxy that i can use with http_proxy variable, in ...
behrooz's user avatar
  • 705