Configure J2EE Agent with OpenAM behind Reverse Proxy
- by Troy
I have a reverse proxy with two SSL enabled NamedVirtualHosts on different ports. Both containers on each internal host is GF 2.1.1. Proxy configuration as follows:
Proxy URL -> Internal URL
https://apps.mydomain.com -> http://apps.internal.com
https://secure.otherdomain.com:8080/ -> http://secure.internal.com
I initially tried…