Questions tagged [tinyproxy]

15 questions
23
votes
3 answers

How to configure username & password in tinyproxy?

I want to restrict the traffic to tinyproxy, how can i do this by adding username & password instead whitelisting IP addresses?
karthikdivi
  • 3,466
  • 5
  • 27
  • 46
5
votes
1 answer

Tinyproxy Reverse Proxy "Access denied"

I'm using tinyproxy to reverse proxy. I have three subdomains pointed to the same server, and we need them to point to specific ports internally. That is, port 80 from any particular subdomain, mapped to a particular port. See the config example…
redolent
  • 4,159
  • 5
  • 37
  • 47
4
votes
1 answer

How should Tinyproxy be configured to route traffic back to the client properly?

I'm trying to set up a simple reverse proxy with Tinyproxy. I'm using something essentially identical as far as I can tell to the default configuration which can be found here, posted at the bottom of this question. When I try to either curl or…
arlogb
  • 681
  • 1
  • 9
  • 19
1
vote
0 answers

Step by step guild for Rancher with proxy

We have a new project requirement where wehave to run rancher behind proxy and I'm very much new to the proxy setup with Rancher and trying to understand how proxy flow works with rancher and how to configure it on AWS. I have below setup : a) 1…
Newbie
  • 356
  • 2
  • 9
1
vote
1 answer

tinyproxy: How to manually install the most recent version 1.11.0 on Ubuntu?

I would like to install the most recent tinyproxy version 1.11.0 on Ubuntu. How can I do that? Unfortunetly does sudo apt update; sudo apt install tinyproxy -y; not work for me and only gives me the most recent stable version 1.10.0 from 2018. So I…
MJey
  • 345
  • 3
  • 16
1
vote
1 answer

Reverse Proxy for Amazon Elasticsearch in VPC

Using Amazon's Elasticsearch with a VPC and security groups doesn't allow you to access the endpoint from an endpoint outside of the VPC, even if you add an exception in the security group. As a result, a reverse proxy has to be setup to access the…
1
vote
0 answers

Reverse Proxy through HTTP Proxy

I am looking for a reverse-proxy that allows proxy chaining to http proxy. The use case: I am inside a corporate network that is under a proxy. I want to build a reverse proxy that will act such that http[s]://my.reverse.proxy will response the…
1
vote
0 answers

proxy connection error with tinyproxy

My first post/question to stackoverflow, please bear with me. Project/Objective: I have a python script on pythonanywhere which uses an API get request which requires an ip specific key. However, when the script is run from pythonanywhere, the ip…
miniwheat
  • 11
  • 3
0
votes
0 answers

Tinyproxy connects to host machine, maxing out the connection pool

I'm trying to set tinyproxy server in AWS so I can later connect to it from a frontend application I build. I've installed tinyproxy on an ubuntu machine in AWS. For testing purposes I've configured the external ip address to be the proxy address in…
0
votes
1 answer

Change Tiny Proxy IP per request on EC2

I'm fairly new to Proxy servers and how they work exactly. I recently span up an AWS EC2 instance to act as a proxy server using tiny proxy. Everything seems to work just fine however i am curious about something. Is it possible to configure tiny…
0xD1x0n
  • 686
  • 4
  • 12
  • 31
0
votes
1 answer

Is it possible to setup tinyproxy as a forward-proxy and reverse-proxy at the same time?

I want to setup tinyproxy as forward-proxy and reverse-proxy at the same time. Is it possible? If yes, what does the config look like? And is there any limit or concern?
Haojin
  • 304
  • 3
  • 11
0
votes
1 answer

AWS EC2 Ubuntu 19. Setting up multiple tinyproxy servers

So I'm trying to set up multiple proxy servers through tinyproxy with ubuntu on AWS. Is there a way to setup it way quicker without having to connect to each instance 1 by 1 and download the packages then setup the server? Thanks!
Ivan De leon
  • 251
  • 1
  • 2
  • 6
0
votes
1 answer

tinyproxy dynamically allowing outgoing connections

I am using tinyproxy in my project. I have requirement to add some domains in whitelist so that I can allow connections to listed domains only, I am using the feature of Tinyproxy that does filtering on domains specified in filter file. This is as…
Milind
  • 531
  • 2
  • 12
  • 24
0
votes
2 answers

Limit size tinyproxy logfile

I am working on setting tinyproxy on Centos 6.5 server in cloud. I have installed it successfully. However, because of cloud limitation in terms of size, we want to limit logfile (/var/log/tinyproxy.log) size. I need to configure log file so that it…
forucell
  • 81
  • 2
  • 10
-1
votes
1 answer

Is it possible to send requests to an LDAP server through an HTTP proxy?

We use an HTTP proxy (tinyproxy) on a dedicated machine to be able to reach legacy services from our GKE cluster with a static IP address. I'm aware that this is not the best solution, but the requirements are set by the target environment on which…