Questions tagged [proxytunnel]
16 questions
12
votes
2 answers
apache 2.4.6 reverseproxy mod_proxy_wstunnel for secure websocket wss:// fails
I'm trying to configure apache server 2.4.6 the newest version that support websocket proxy.
I got non-secure websocket connection to work as expected and HTTPS proxy working as well[this to remove SSL config as the root cause] But my wss://…

DennisB
- 121
- 1
- 1
- 3
6
votes
1 answer
SocketServer rfile.read() very very slow
I am building an HTTPS proxy which can forward all SSL traffic. It is called a transparent tunneling. Anyway, I have a problem with Python's socketserver. When I called rfile.read(), it takes a very long time to return. Even I used select to make…

Kehan Wang
- 173
- 1
- 8
3
votes
2 answers
Method Not Allowed when connecting to ssh host through Apache proxy
I'm trying to establish a ssh tunnel trough an HTTP proxy.
When testing the setup using a squid localhost proxy I'm receiving a "Method Not Allowed" from (I guess) the Apache remote proxy:
$ proxytunnel -v -p localhost:3128 -r torno.example.com:80…

Clodoaldo Neto
- 118,695
- 26
- 233
- 260
3
votes
1 answer
Scrapyd Retry if Errback in twisted deferreds / Could not open CONNECT tunnel Error
I'm working with a cycle of proxies in Scrapy, sometimes some proxies have errors and that's stopping my spider..
The error is "Could not open CONNECT tunnel"
How do I change the code to retry with another proxy in case of this error?
Here's the…

Xtmx
- 53
- 6
2
votes
2 answers
Transfer file trough SSH tunnel with Java
I need to get some files from a remote computer using an SSH/SFTPconnection, but the problem is the following:
The client computer (running Windows), where I'll run my application, is connected to a network where I can see a server remote (second…

fers
- 189
- 5
- 13
2
votes
0 answers
SSH over HTTP with proxytunnel and nginx
I'm trying to setup a ssh over http connection using nginx as the webserver. There don't appear to be any working examples around. proxytunnel is what i'm using for the http wrapper on ssh and it doesn't seem to play well with nginx so far. It's…

haxwithaxe
- 823
- 7
- 5
1
vote
1 answer
Celery flower with apache2 reverse proxy ssl handshake fails for websocket
I am trying to setup a reverse proxy for flower behind apache2 as outlined in this post Celery Flower Security in Production.
Https pageloads from flower work just fine through the proxy, but the websocket it opens to update the dashboard does not…

user3517250
- 21
- 5
1
vote
0 answers
capture all proxytunnel output to a file
When I use an ssh command with proxytunnel I always get an output like
Via xxx.yyy.zzz.aaa:pppp -> bbb.ccc.ddd.eee:443 -> remotesvr:22
before I get the output of my command
I want to capture all output to a file including the "Via ..."…

user167328
- 19
- 3
1
vote
1 answer
urllib2: How to access a header from the SSL tunneling reply
I am using SSL tunneling with a proxy server to connect to a target server. I use http to connect to the proxy server and HTTPS to connect to the target server. The SSL tunneling works as it should and I can exchange HTTPS messages with the remote…

david193
- 155
- 1
- 10
0
votes
1 answer
Accessing HTTPS web services through proxy tunnel using org.apache.http.impl.client.ProxyClient
I need to access some https soap services through a http proxy tunnel. So I am using org.apache.http.impl.client.ProxyClient to connect to the target host through proxy tunnel. Which returns me a socket connected to the target host through the proxy…

Angshuman
- 225
- 3
- 17
0
votes
1 answer
How to tunnel websockets over TCP in node?
I am trying to tunnel websockets over TCP. I know how to tunnel HTTPS - "Connect URL:port" is where I start. From there, one opens a socket to the target and then just pipe between the client and the target. Where do I start with websockets? is…

CyrusDCosta
- 1
- 1
0
votes
1 answer
JavaMail - Corkscrew - http proxy
I tried writing code to send email using Java mail API. The code worked fine when I'm connected to direct internet. But when I use internet over a http proxy, the code doesn't work. After all the research I did. I found Java mail doesn't support…

Ragupathy
- 105
- 1
- 8
0
votes
2 answers
proxy tunneling with c
I am working on a small project (C programming) to tunnel through a proxy and when I try to do it I get a error:
HTTP/1.0 400 Bad Request
Server: squid/2.7.STABLE9
Date: Mon, 07 Jan 2013 22:20:56 GMT
Content-Type: text/html
Content-Length:…

Bryce
- 447
- 2
- 9
- 24
0
votes
1 answer
Firefox via SSH tunnel
I have a question about connecting Firefox via SSH.
There are some websites like the following I need to connect
http://ieeexplore.ieee.org
So When I connect to this website from my office, it will allow me to search documents and download without…

Raj
- 3,300
- 8
- 39
- 67
0
votes
2 answers
Suggestion on developing a RETS PHP Tunnel
I have partially developed a property website that fetch properties data from a RETS IDX. You may know that RETS server listened to port 6103 over http protocol. My website is deployed on a shared hosting due to which I can not connect to 6103 port.…

FatalError
- 922
- 12
- 31