Tagged Questions
2
votes
0answers
111 views
CURL request using socks5 proxy fails when using PHP but works through the command line
CURL + proxy noob here, having a hard time. I'm having trouble trying retrieve a web page from a remote secure server via a proxy. Everything has apparently been set up correctly by a remote dev, such ...
0
votes
0answers
201 views
HTTP TUNNEL MULTI PROXY CHAINS [closed]
a week ago that I'm building my own chain of proxy, but I encounter things that are not clear and s so I need your help to enlighten me.
I am using PHP and sockets, so I proceed as follows:
...
2
votes
0answers
97 views
svn https proxy error handling externals definition [closed]
The SVN server is on the internal work network. Using a linux workstation, I only have access to the internal network through SSH to a server.
I have created a ssh tunnel on my workstation with:
...
2
votes
1answer
383 views
Tunneling requests via an ssh connection in php
Given an ssh tunnel created on machine A to machine B using e.g.
ssh -D 9999 user@remote-server-ip-machine-B
In php how would one make requests from machine A to machine C using ...
0
votes
1answer
323 views
SSH Shell in Canada for SSHTunnel/Socks proxy testing
i've been using ec2 to crate ssh tunnels to test the rendering of our site from different geographical regions. I now need a node in canada - which ec2 doesn't support. Are there any well known ...
1
vote
0answers
590 views
why glype proxy can't use ssh tunnel to forward?
all
I set up a web-based proxy site with glype proxy.It has a feature that you can choose another proxy to tunnel through.It supports html and socks5 proxy.
As I have got a ssh server and used it as ...
1
vote
1answer
652 views
unable to access website with urllib and proxy
I've opened a ssh tunnel with ssh -D localhost:5678 me@server.com and I want to use it in my python3 application.
#!/usr/bin/python3.1
# -*- coding:Utf-8 -*-
import urllib.request
proxyhand = ...
