All Questions
7 questions
0
votes
1
answer
46
views
How to Proxy Traffic from DDoS-Protected Server to Origin Server While Preserving Client IP?
Problem:
I have a server (Server A) hosted in Datacenter A, where a web server listens on ports 80 and 443 for the domain example.com. Unfortunately, Datacenter A does not offer DDoS protection.
To ...
0
votes
1
answer
11k
views
Nginx reverse proxy SSL handshake error
What I have:
Domain name *.posmete.com which points to Host server.
Host server running ubuntu 18.04 (Google cloud instance)
(inside host server) LXC Container 1 named "proxy" running ubuntu 18.04 ...
1
vote
0
answers
495
views
Reverse ssh SOCKS proxy for 2 servers?
I can ssh into two servers, A and B. B is very powerful but has limited internet access, while A has full internet access. I can ssh from A to B but not B to A. Given this limitation, how can I set up ...
1
vote
0
answers
37
views
HTTPS Proxy setup does not redirect to subdirectory
Thank you for reading :-). I have multiple applications on a server which are routed to by a proxy server. I recently added HTTPS after which the API and blog applications (at /api and /blog ...
0
votes
1
answer
220
views
Issues with forwarding a subdomain to another port with Apache proxy
I have a server running Apache with a HTTPS site running on www.example.com and example.com. I'm trying to add a new site that will forward newsite.example.com to another port on the same server (a ...
0
votes
1
answer
2k
views
how to tunnel two url's (different ports) through https?
I have one one http server running on 1337.
and another http server running on 4040.
Requirment: I am trying to tunnel them both through https on port 443 using apache2
I have already succeeded (I ...
1
vote
1
answer
1k
views
SSH Through Reverse Proxy
Ok I have an odd but hopefully simple one. I have looked up SSH Tunneling already and I am familiar with the "ssh -r" command. But this situation is different.
Here's the setup. I have 1 gateway ...