If I go to https://reverse_proxy_fqdn/pwm/ it tries to redirect to http://pwm_server:8080/pwm/private/Login
If I go to https://reverse_proxy_fqdn/pwm/private/Login I can use PWM correctly, however, links generated (i.e. from forgotten password) will continue trying to redirect to the internal IP address.
Proxy is communicating to pwm over plain http (8080) and proxy is communicating over https to client.
I have done the following:
- Disabled Session Verification
- added the correct Forward URL
- added the correct logout URL
- added the correct Site URL
HELP! :(
Pablo