HTTPS to HTTPS reverse proxying

General support questions
Post Reply
orani
Posts: 5
Joined: 2019/05/24 20:14:52

HTTPS to HTTPS reverse proxying

Post by orani » 2019/07/13 20:19:14

I have an ubuntu server v 16.04 with apache installed. I want to reverse proxy a web server. To be exact i would like to reverse proxy the OWA of my mail server. Internet users hit the url https://mail.company.com which redirects the traffic to my firewall at port 443. Then i forward this type of traffic to my ubuntu server (reverse proxy server) at port 1443. So i would like to know how to configure the virtual host of apache to reverse proxy the traffic to the mail server OWA.

I run apache2 and i have already tried many that i found on the internet.

Whatever i tried i receive connection timed out or connection refused or error empty response.

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: HTTPS to HTTPS reverse proxying

Post by aks » 2019/07/22 18:37:57

configure the virtual host of apache to reverse proxy the traffic to the mail server OWA.
Key words here are: ProxyPass and ProxyPassReverse (for Apache's httpd).
I run apache2 and i have already tried many that i found on the internet.

Whatever i tried i receive connection timed out or connection refused or error empty response.
Well you're probably doing something wrong then.

Post Reply