Tagged Questions
0
votes
1answer
379 views
SOCKS proxy server chained to NTLM protected HTTP proxy on Linux
Our application can connect to Internet only directly or via SOCKS proxy. Unfortunately we can only access the Internet via HTTP proxy protected by NTLM authentication. Is there any SOCKS server that ...
0
votes
1answer
700 views
SSH Tunnelling for HTTP: Does target HTTP Proxy Port have to be exposed?
An example:
I am trying to use PuTTy to create an SSH tunnel from my laptop to my server (for the purposes of this example MyServer.com:22). Port 22 is enabled on the router between MyServer.com and ...
0
votes
1answer
974 views
http reverse-proxy on one server passing through ssh/socks proxy to second server
There are some web sites that I can only access from a limited set of machines, but I can ssh into some of these machines (only as a regular user) and use ssh -D to set up a SOCKS proxy on my local ...