Questions tagged [reverse-proxy]
105 questions
21
votes
1 answer
Nginx reverse proxy redirection
I am using nginx as a reverse proxy and when I login in my web interface I am redirected to the proxied URL. I would like to avoid it and always keep the "server_name" as the URL. Is it possible?
This is my /etc/nginx/conf.d/my_app.conf:
server {…
tonio94
- 321
- 1
- 5
- 8
10
votes
2 answers
Why is the Nginx webserver called a "reverse proxy"?
Why is the Nginx webserver called a "reverse proxy"? I know any "proxy" to be a "medium" and this touches a more basic question of "how can a medium be forward or reverse".
user149572
4
votes
1 answer
Can you configure NGINX to redirect a HTTP request to SSH connection?
I have a server that is only accessible through a single port (I use a VPN with port forwarding). I have setup a reverse proxy using NGINX for some HTTPS servers that I'm hosting.
I'm wondering if I can do something similar where I can specify a…
SpenserWilson1
- 71
- 2
- 5
4
votes
1 answer
How to send CTRL+c special char to interactive bash over tcp socket?
I use interactive bash shell over TCP network, but can't figure out how to send CTRL+c sequence to the remote bash.
I first run netcat instance (this is where I interact with remote bash):
nc -nvlp 8000
Then, from the remote I run (for simplicity,…
jirislav
- 403
- 1
- 5
- 12
4
votes
1 answer
HTTP proxy in OpenBSD 5.8 (replacing Apache ProxyPass)
I'm trying to replace Apache with OpenBSDs httpd but can't figure out what to do with my ProxyPass statements.
In apaches conf it looks like this
ProxyPass /someurl http://192.168.123.123/someotherurl
ProxyPassReverse /someurl…
EVK
- 41
- 2
4
votes
1 answer
CentOS 7 httpd failed to make connection with backend
In a CentOS 7 server with apache httpd 2.4 set up as an ssl reverse proxy for tomcat, I am getting an error indicating that httpd is not able to connect with tomcat. How can I resolve this error so that httpd serves up the content generated by…
CodeMed
- 5,079
- 45
- 100
- 147
3
votes
0 answers
Use apache virtual host to redirect a subdomain to internal ip preserving passed port
I've been looking for a while to the answer to this question and I seem to find slightly different needs from people asking questions and they get wildly different answers... but none of them seem to fit my problem.
I have a server that uses…
TonyMorello
- 351
- 1
- 7
3
votes
0 answers
Apache http vs https reverse proxy mismatch
I have a reverse proxy setup in Debian 8.2 (Jessie) with Apache 2.4.10-10+deb8u where I have two separate virtual hosts, one for http and another for https, based on the following config:
CustomLog…
Gonzalo Vasquez
- 183
- 7
3
votes
2 answers
configuring httpd for multiple domains on same server
A CentOS 7 web server is hosting one public domain, called mydomain.com. The same server also has a separate vpn that hosts two apps for private authorized/authenticated users only. Httpd is set up in a reverse proxy relationship in front of…
CodeMed
- 5,079
- 45
- 100
- 147
2
votes
1 answer
VPN To a Specific Docker Network
My goal is to find a solution that would alow me to host specific ports and services publically on a VPS while having other administrative UI's that might interact with said public services buttoned down.
So far, my solution has been to bind my…
BobserLuck
- 168
- 4
2
votes
1 answer
OpenBSD, relayd and acme-client: Unable to read TLS-certs for subdomains: "Empty reply from server"
OpenBSD server with relayd/httpd/acme-client. Attempting to run https://mydomain.com (app server on port 32489), https://webmail.mydomain.com (48293) and https://forum.mydomain.com (28192). All three sites share the same TLS-cert. Regular HTTP is…
Mark Boulder
- 141
- 3
2
votes
1 answer
OpenBSD relayd SSL reverse proxy for 3 web servers
I run virtual servers behind a firewall on three different machines (each machine servers different domains, it is NOT A CLUSTER). To renew Let's Encrypt certificates automatically I need the proxy to send requests to three different servers based…
Petr Topiarz
- 118
- 1
- 7
2
votes
1 answer
NginX client cert authentication fails with "unable to get issuer certificate"
I'm currently struggling against a tenacious problem while setting up client certificate authentication for our mailservers via an NginX reverse proxy.
The setup seems to be working in most parts without the client certificates. But when I enable…
Marlon
- 226
- 1
- 2
- 6
2
votes
1 answer
Reverse SSH - Raspberry Pi and AWS
I have a Raspberry Pi that is connected to the internet via a USB modem.
Due to my ISP, I unfortunately cannot get the public IP address of my dongle itself, and I get the actual cellphone towers.
I am trying to run a node server on the pi and I am…
kmasterrr
- 21
- 1
- 2
2
votes
1 answer
Apache Reverse Proxy - How to disable SSL frontside but allow SSL backside
I have an Ubuntu 14 LTS / Apache 2.4 server with mod_proxy/mod_rewrite configured for use as a reverse proxy. One of the servers on the backside is too old to support TLS. I would like to disable SSL as an option for clients communicating with the…
Drew
- 203
- 1
- 5