You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tasso Angelidis <ta...@trustmarque.ca> on 2005/01/31 22:40:41 UTC

[users@httpd] HTTPS(SSL) reverse proxying.

Am starting to look at reverse proxying...

And from what I understand and read, I would like to confirm my thoughts using HTTPS (SSL) and reverse proxying.


>From what I understand reverse proxying works something like this....

Client <---- HTTP Request ----> Reverse Proxy <---- HTTP Request ----> Backend Server.

So https would work like...

Client <---- HTTPS Request ----> Reverse Proxy <---- HTTP Request ----> Backend server.

So it would just be the case of enabling mod_ssl on the reverse proxy and not having to worry about CONNECT  and that the reverse proxy would handle all HTTPS requests?

Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org