Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
5 votes
0 answers
2k views

NGINX as forward proxy for https to another proxyserver

We have an application server on intranet that needs to access different 3th party API's (https). In between there is a proxy server (which we don't support) to access this 3th party. This works fine ...
Jos's user avatar
  • 51
0 votes
1 answer
1k views

Proxy pass / Forward request to specific server according to the Host header on Nginx

so I have an Nginx server. And I'm trying to make it so if the host header is test1.example.com, it will proxy pass / forward the request to the specific IP. How could I do that? I've searched ...
user avatar
0 votes
1 answer
7k views

Haproxy path manipulation

In Google Cloud Platform we do have a haproxy which serves as proxy for our internal VPN and do URL redirects from GCP DNS to proxy.mycompany.com (our haproxy) where we do further manipulation. ...
skov.ra's user avatar
-1 votes
1 answer
244 views

Forward https client's header to backend application

I'm using nginx like reverse proxy to backend application. - The clients connects to nginx with certificate-A.pem, and nginx use an intermediate CA chained with the root CA to validate the clients (...
AntDeMu's user avatar
1 vote
0 answers
1k views

How to make caddy redirect/use my DNS server?

I have a DNS server in my local network running on 192.168.1.1 where I've defined the following entry: something.home 192.168.1.10 and I'd like to make caddy running (in a container) on the host ...
Patryk's user avatar
  • 24.1k
1 vote
0 answers
211 views

Existing tcp forward proxy like squid?

As far as i know, squid can be as proxy forward proxy. for example docker run -d -p 3128:3128 --name squid0 wernight/squid curl --proxy http://localhost:3128/ example.com Above example is for http, ...
ning yg's user avatar
  • 41
0 votes
1 answer
2k views

apache httpd 2.4.37 forward proxy not working

I have build apache httpd 2.4.37 from source in redhat and installed in home directory [/home/test/httpd-2.4.37]. as I don't have root access to install from yum. The server is running, I want to use ...
Muthuvel P's user avatar
0 votes
1 answer
255 views

how to implement a stateful ns3 proxy node

I am trying to simulate a network consist of a server, n clients and m proxy servers in ns3. my clients can only see proxies and connect them(proxies are my clients sink application). I want my ...
Nahid Bandi's user avatar
0 votes
1 answer
1k views

'redirect' and 'proxy' vs 'forward' and 'passthrough' in Tuckey URLRewrite

Note that, in my attempt to display code examples, I will redact/edit out any references to the company for whom I work in an effort to obscure their identity, not so much to hide the fact that I'm ...
fireside68's user avatar
4 votes
2 answers
9k views

PHP. Forward request to another server as is

Server A is sending messages to Server B. I need to insert Server C with PHP script between them. So I want it to work like this: Server A -> Server C (do some stuff with data and forward request ...
Taras Bulgakov's user avatar
0 votes
1 answer
258 views

Is it possible to use like proxy forward on s3 website?

I'm planning to host s3 website with following DNS. S3 bucket name: example.com S3 endpoint: example.com.s3-website.amazonaws.com I also want to separate manual page for my service: S3 bucket name: ...
Arthur Yoo's user avatar
1 vote
1 answer
1k views

apache2 forward proxy to restrict specific external ips to specific client ip's?

Suppose I want the following clients to access only specific internet servers from behind a apache2 forward proxy: Client-1-IP: www.google.com Client-2-IP: www.gmail.com Client-3-IP: www.cnn.com ...
Mohan's user avatar
  • 33
0 votes
1 answer
283 views

nginx forward but change location context

I want to have multiple sites proxied by Nginx. Either using site1.someIp, site2.someIp or by someIp/site1, someIp/site2 When I try to achieve this using the following settings: server{ ...
Georg Heiler's user avatar
  • 17.6k
1 vote
2 answers
3k views

How to log HTTP and HTTPS traffic for mobile devices like Android and iOS?

I have the following setup: Mobile Clients (Android and iOS) are communicating with 3 servers directly using HTTPS rest requests with json body. I want to host a server in the middle and send all ...
Ivaylo Mihaylov's user avatar
0 votes
1 answer
56 views

Redirect specific sites to tomcat7 from apache

Before going on, let me say that I'm rather new to application protocols and do not fully understand how this world works ... :-) This is the situation: I have several sites being served by apache2....
Lucas Aimaretto's user avatar
4 votes
1 answer
3k views

spring mvc http proxy

I would like to write a spring MVC Controller class that just take any http request in input, add basic authentication headers to it and forward this request to another server. I try something like ...
C.Giraud's user avatar
1 vote
1 answer
2k views

Apache Traffic Server forward proxy basic authentication

I'm trying to set up a forward proxy server with basic proxy authentication using Apache Traffic Server (ATS) on CentOS 6. I've already successfully deployed both SQUID and Apache httpd mod_proxy ...
Frangipanes's user avatar
0 votes
0 answers
634 views

Can we convert/rewrite sslprotocol TLSv1.0 coming from client to TLSv1.1 or TLSv1.2 and forward with sslprotocol as TLSv1.1 or TLSv1.2 using Apache

I want to convert TLSv1.0 to TLSv1.1 or TLSv1.2, So that my outgoing request from my Proxy server is TLSv1.1/TLSv1.2. I can use Apache server. Can someone Please Help !! Any kind of Help is highly ...
shazakham's user avatar
0 votes
1 answer
2k views

Freeradius Proxy: packet forwarding by source address

I need some suggestion on a freeradius proxy configuration. The proxy works fine in a "simple" configuration (with a single destination server or with a single destination per realm), but I ve the ...
Gianluca's user avatar
  • 149
1 vote
1 answer
578 views

What is the ip address that gets sent when a client makes a request to a website that goes through an ISP

Lets assume that I am one of the software engineers that are working on a website and I am writing this piece of code that does something with the client's ip address. The http request from the ...
user3120998's user avatar
1 vote
0 answers
240 views

How to redirect http request to a different URL with nginx?

I need to redirect following URL: http://www.example.com/product/product-name/1234 to http://www.example.com/details/product.jsp?pid=1234 Can somebody help me on this? We are using nginx 1.1.19. ...
Yuchen Wang's user avatar
  • 1,722
0 votes
1 answer
694 views

How to properly forward messages coming from client to Web Server in HTTPS? (Java Proxy Server)

I have a working HTTP Proxy server. it can properly handle website using only HTTP and could also connect to HTTPS website. It can properly negotiate with the client's CONNECT request and start ...
James G's user avatar
  • 249
3 votes
1 answer
910 views

How do I serve https and http for Jetty by one port

What I want to do is serving http and https at the same time for my jetty application. I have SelectChannelConnector and SslSocketConnector connectors and their ports are 3131 and 8443 respectively. ...
Cemo's user avatar
  • 5,550
0 votes
2 answers
3k views

Combination of Apache, Tomcat, port 80, 8080 and other stuff

I have a Centos5 with running httpd, mysql and tomcat6. All fine. My goal is to achieve the following www.domain.com >>> forwards/proxies to www.domain.com:8080/myapplication (served by tomcat) www....
Czar's user avatar
  • 366
6 votes
3 answers
6k views

Apache rewrite request using a different forward proxy

I would like to forward a request in Apache, based on a request header, to a different forward proxy. I think the best would be to use mod_rewrite, but it can use only a reverse proxy defined in the ...
Alin's user avatar
  • 1,296