a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
Questions tagged [tinyproxy]
21 questions
0
votes
1 answer
Setting up communication from forward proxy to reverse proxy using tinyproxy
I’m having trouble connecting a forward proxy with the reverse proxy, both supported by tinyproxy (version 1.8.3). I don’t know if it is a problem with the configuration.
I’m testing these proxies with 4 virtual machines running Debian GNU/Linux 8.9…

isabel
- 1
- 1
- 3
0
votes
0 answers
Tinyproxy to redirect http traffic to https
I'm attempting to redirect all http traffic towards https traffic. I currently have stunnel listening on port 443 which does it's job well. I have now installed Tinyproxy which I want to listen on port 80 and redirect.
I found this little jewel…

Karl Morrison
- 1,621
- 4
- 29
- 43
0
votes
0 answers
UFW + Docker - allow Tinyproxy container to receive all HTTP/HTTPS traffic
Situation
I have a Tinyproxy Docker container forwarding traffic on a host. I also have Nginx reverse proxy receiving/passing HTTP/HTTPS connections to other servers on the same host. Tinyproxy and Nginx are on different Docker networks. Nginx and…
0
votes
2 answers
port forwarding using proxy ip
I am trying to access my machine remotely through ssh with my public IP.
The regular way to do this would be to allow port forwarding on my router and then do: ssh ubuntu@myPublicIp but my ISP uses CGNAT so I can't port forward with my assigned…

seriously
- 121
- 6
0
votes
1 answer
Route Tinyproxy outgoing connections through OpenVPN interface
I've created an Ubuntu 16.04 lxd container and setup Stunnel, Tinyproxy and OpenVPN client in it.
The goal is to connect to Tinyproxy through Stunnel and force Tinyproxy to use OpenVPN's interface for outgoing connections.
Stunnel -> Tinyproxy works…

Mishgun_
- 101
- 3
0
votes
1 answer
Not able to use proxy (tinyproxy) from EC2 instance, but same proxy works from my local machine
I'm new to networking and proxying. I have a tinyproxy running on one EC2 instance. I'm able to use it as a proxy from my local machine (my mac). Running below command gives me the proxy ip address. As expected.
curl --proxy 184.169.230.38:8888…

Abhay Srivastav
- 103
- 4