Questions tagged [tinyproxy]

a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems

19 questions
9
votes
1 answer

Howto create a transparent https proxy with firehol and tinyproxy?

I have a transparent proxy setup in Ubuntu 10.04.4 with firehol and tinyproxy that works fine for http but I can't get it to work for https. Connecting to tinyproxy directly works fine as the following commands complete ok: env …
Stefan Farestam
  • 193
  • 1
  • 1
  • 4
8
votes
1 answer

Tinyproxy Refused CONNECT method

I'm trying to configure tinyproxy and it throws the following error in the log file when I'm checking it via Proxifier checker: CONNECT Oct 22 11:39:59 [13230]: Connect (file descriptor 6): 81-*-*-*.utk.ru [81.*.*.*] CONNECT Oct 22 11:39:59…
Victor Marchuk
  • 183
  • 1
  • 1
  • 5
7
votes
4 answers

tinyproxy authentication

I am confused as to how to set up username/password restrictions on tinyproxy (so that not all the world can access it - ip alow/block has limited use in my setup). Any pointers? Thank you!
john
  • 1,015
  • 3
  • 9
  • 14
4
votes
1 answer

Multi-threaded alternative to tinyproxy?

Are there any free, light-weight, single-process (e.g. multi-threaded, asyncore) HTTP forward proxy software? Tinyproxy works great, but it uses multiple processes like (Apache's) prefork. HAProxy and nginx are reverse proxies don't seem to have…
netvope
  • 2,113
  • 5
  • 25
  • 35
3
votes
1 answer

Set up tinyproxy to only allow CONNECT to specific host

At $DAYJOB, we produce several embedded devices, with access to a management network that often is not connected to the Internet. We also have a management console, running on a stadnard Red Hat or CentOS Linux, which has access to both the…
nafmo
  • 440
  • 4
  • 13
3
votes
1 answer

Is it possible to expose an HTTP proxy on localhost via ngrok?

I have tinyproxy installed on localhost (I also tried squid and failed similarly). It runs on port 8888. This works: curl -x localhost:8888 http://www.google.com And I see output in the tinyproxy logs. Now I run the latest version of ngrok and get…
AmitA
  • 131
  • 3
3
votes
1 answer

TinyProxy: blank screen

I'm trying to serve some pages via TinyProxy. When I change my Firefox proxy settings to: localhost:8888 (yes, I'm using a tunnel), all I get is a white screen? When I comment out the line: Listen x.x.x.x (the address of my server) I get a 403…
Eamorr
  • 596
  • 5
  • 13
  • 27
3
votes
1 answer

Tinyproxy error: Unable to connect to the server: Access denied

I installed tinyproxy 1.8.4 on a bastion host with public IP on GCP, to forward traffic to a private GKE cluster. Now I'm using ssh to connect to the bastion host with port forwarding and the connection is established correctly, however, Running…
2
votes
1 answer

How to stop tinyproxy from using "Proxy-Connection" header

I just setup tinyproxy for the first time, and I'm trying to make it mimic a normal connection as closely as possible. I already disabled the Via header, but I'm not sure how to change the Proxy-Connection:keep-alive header. I would like for it to…
Indigenuity
  • 123
  • 5
1
vote
0 answers

tinyproxy - abyssmal performance

I installed tinyproxy on a GL-AR750s router (running dd-wrt). Performance is abyssmal. When I load MSN non-proxied, non-cached on my laptop, it takes about 3 seconds. When I load MSN on the same laptop, run through tinyproxy, it takes more than 30…
1
vote
1 answer

Send HTTP request through proxy server to Internet

I have a client that has no direct access to the internet. But it is connected to a server on a LAN connection, whereas the server has access to the Internet. I'd like to send an HTTP request from the client through the Server to the Internet. How…
Ryan R
  • 123
  • 5
1
vote
0 answers

Vagrant dev env forwarding requests to staging and filtering & replacing certain files with local versions

I want to create a Vagrant dev environment where a dev would be able to hit dev.example.com and the vagrant machine would make the same request to staging.example.com except filter out some files, say app.js and main.css and serve those from local…
Sunny Patel
  • 111
  • 2
1
vote
0 answers

TinyProxy Upstream IPv6 Configuration

How can I configure the upstream of tinyproxy for an IPv6 address? The following does not work. Upstream "[2001:xxxx:xxx:xx:xxx:xxxx:xxxx:380f]:8888" Update I get the following error: Unable to parse config file. Not starting.
mossaab
  • 163
  • 1
  • 6
1
vote
1 answer

ssh + tinyproxy: poor performance

I am currently in China and I would like to still visit some blocked websites (facebook, youtube). I have VPS in the USA and I have installed tinyproxy on it. I log in on my VPS with SSH port-forwarding and I have configured my browser…
Paul
  • 11
  • 1
  • 2
0
votes
1 answer

Proxy apt get to https fails

I have a Proxy server setup for multiple Ubunut hosts to access apt repositories using tiny proxy. I am trying to add a RabbitMQ host to get it's update from the same proxy but get the following error when running apt update: Err:6…
Erez Ben Harush
  • 177
  • 1
  • 7
1
2