I wonder if you can help.
What I need to do is configure the following:
External browser connects to Apache on using SSL. [https]
Apache decodes SSL to plain text [https]
Apache acts as a proxy to pass it to the internal gateway.
-
The problem is that it is easy to have Apache decode the SSL. It is
easy to set up Apache to proxy http. It is easy to set up Apache to
proxy https.
However I don't see how to set it up so that it translates https to
http then proxies the result.
The problem seems to be in the config of the modules in httpd.conf.
You set up the proxy rule in one section, for one module and the SSL
decoding rule in another section for another rule. What I would like
to do is ask Apache to only look at the proxy rule after doing the SSL
decoding.
Has anybody done this? If not, have you any suggestions?
Any help gratefully received!
Regards,
Peter