I researched this issue some more on the mail archive after sending out
my initial post and came to conclusion that Pound should rewrite the
http to https if it finds that the IP of the host in the Location field
is one that it's listening on. I have the following configuration:
ListenHTTPS 1.1.3.138,443 /etc/pound/pound.pem
UrlGroup ".*"
BackEnd 127.0.0.1,8080,1
EndGroup
and am using a URL without a explicit port value
(https://x.example.com/myApp).
While reading the docs, I came across the "RewriteRedirect 2" option
that "ignores port value for host matching" and thought it might have
something to do with my issue since no port is specified. It sounded
like a shot in the dark, but I tried it and, voila, it worked. I thought
I would pass this along in case anyone else comes across a similar issue.
Regards,
Rob
Rob Moore wrote:
[...]
|