Questions tagged [http-proxy]
123 questions
0
votes
1 answer
How do I set http_proxy and https_proxy with the username and password with it in Linux?
I know it is pretty straightforward to use/export http_proxy and https_proxy in any Linux variant but, when it becomes tricky if we want to use with authentication like below,
I have test this it is works fine with curl directly without http_proxy…

Vijay
- 1
- 1
- 6
0
votes
1 answer
Configure and connect fence device through proxy server?
I'm setting up a cluster with Pacemaker and Corosync (from Clusterlabs).
It works fine but i need to configure the fencing.
Servers run on a VMWare ESXi infrastructure.
I have a frontend server (with an public IP address) configured with Nginx as a…

BeWog
- 11
- 4
0
votes
1 answer
Looking for intermediate proxy reading a proxy.pac
I have a setup where I need a corporate upstream proxy, as well as several differnt proxies that are set up as SSH Socks proxies.
In the past I used px on the windows host machine to parse a self-made proxy.pac (which then depending on the host uses…

peez80
- 171
- 5
0
votes
1 answer
block outgoing traffic on specific port without blocking internal traffic
I'm hosting a service on port 3000. Using apache, I made it so https://git.mywebsite.com proxies over to http://mywebsite.com:3000. Now, if I input the following command:
sudo iptables -A INPUT -p tcp --dport 3000 -j DROP
It does prevent external…

lolc
- 143
- 1
- 7
0
votes
1 answer
Erpnext server behind apache proxy keeps raising error 503 Service Unavailable
i have an erpnext server behind an apache proxy.
It often happens that the service fails and a 503 Service Unavailable error is shown
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or…
0
votes
0 answers
Create my own proxy server by using AWS Linux EC2 instance, Error: The connection has timed out
I have tried to create my own proxy server by using AWS Linux EC2 instance. I followed the steps from this article and this article. (Here is all the details and screenshots of steps) But after create the instance and configure the Tinyproxy and…

Sann
- 1
- 1
0
votes
1 answer
run local HTTP or SOCK proxy through openvpn
I have a little problem with my OpenVPN client-side configuration. I wanna connect to my OpenVPN server " I using ovpnconnector in command line " :
> ovpnconnector install
> ovpnconnector set-config profile D:\profile.ovpn
> ovpnconnector…

Moai dd
- 1
- 1
0
votes
1 answer
TLS with load balancer and Web server
We have an Apache web server with load balancer and we are planning to upgrade our TLS version from 1.1 to 1.2 due to chrome compatibility issues.
Currently the load balancer has TLSv1.1 and TLSv1.2 configured and the web server has TLSv1.1…
Krishna V
0
votes
0 answers
Configure Nginx to route call to upstream server using corporate http proxy
I have a third party application which need to access an HTTPS URI on a remote location.
Here are my constraints:
Access to remote URI need to go through a corporate HTTP PROXY
Calls need to have specifics security headers
Need to use docker…

Alexandre Mélard
- 123
- 1
- 6
0
votes
0 answers
Proxy local webserver blindly to external port, so internal resources don't have to be exposed
I have a dedicated webserver running CentOS 7 minimal, I am using HaProxy as my edge server and NginX as my internal application server.
What I would like to do, is set up a small admin area for myself, mostly to administer docker containers. I have…

MJHd
- 107
- 6
0
votes
1 answer
ProxyPass Apache 2.4 simple proxypass not working
i have the following situation:
i need to call the following url http://myapp.mydomain.com
and the url should reply as following
http://myapp.mydomain.com/index.jsp
On my apache 2.4
i tryied different setup but none seems to work,
First…

m0b1l3us3r
- 1
- 2
0
votes
1 answer
Squid Http proxy doesn't work in git clone
I've installed the Squid through Docker and tested with curl and browser, it works fine!
And then I'm going to set the Http proxy to git, the below is my command:
git config --global http.proxy http://myserverip:3128
And then, here is the result of…

Mostafa Soufi
- 111
- 6
-1
votes
1 answer
Proxy pass to multiple sub domain in apache 2.4
In my webserver (Ubuntu 14.04), I have installed Apache 2.4, tomcat 7 and shiny web framework. I want to use Apache 2 to server all my webpages. So I use JKMount to set sub directory tomcat_demo for tomcat server, and http_proxy for shiny app. See…

Bangyou
- 101
- 2
-1
votes
1 answer
can openVPN run a simple http proxy?
I'm sorry for asking the shortest question on this website, but there's just not much else to it...
Can you make a simple http proxy with openVPN?

inecrafter
- 23
- 4
-1
votes
2 answers
how can i hide a connection in netstat output?
OS: Windows Server Edition
Basically i want use some other computer's internet connection by making a transparent proxy on target computer.. And i dont want this to be detected...
I have heard that output of netstat can be altered, but how?
Pls…

Abhijeet Rastogi
- 236
- 3
- 20