I setup a pwm + apache (reverse proxy) and everything was working fine until I enabled the "Require HTTPS" option. It keeps me showing the following error:
PWM 5044
I Already enabled the SSL connection on apache side.apache2(reverse proxy) + SSL ---REDIRECT---> my_local_pwm:8080 (works fine)apache2(reverse proxy) + SSL ---REDIRECT---> my_local_pwm:8080 with SSL (shows me the error)Here´s my apache2 config:ProxyRequests Off<Proxy *>Order deny,allowAllow from all</Proxy>ProxyPass /pwm http://localhost:8080/pwm
ProxyPassReverse /pwm http://localhost:8080/pwmSSLEngine OnSSLProxyEngine onSSLCertificateFile /etc/apache2/ssl/cert.crtSSLCertificateKeyFile /etc/apache2/ssl/cert.keyAfter enable SSL on pwm side I tried also the following config:ProxyPass /pwm https://localhost:8080/pwm
ProxyPassReverse /pwm https://localhost:8080/pwmBut still not working. Should I config anything on tomcat side?What exactly should I do to get this working?Thanks!
Alberto Viana--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To post to this group, send email to pwm-g...@googlegroups.com.
To unsubscribe from this group, send email to pwm-general...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/pwm-general/-/cncIrcV18i4J.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "pwm-general" group.
To post to this group, send email to pwm-g...@googlegroups.com.
To unsubscribe from this group, send email to pwm-general...@googlegroups.com.
Any procedure and guideline u have to make pwm work with https , the simpliest steps.???
I tried your config in httpd.conf but not able to work.
Regards