Alloc: Regarding the openid login for access to the Integrated Webserver.
I want to use apache as proxy, but I also want to use SSL (https).
The problem is after login, the (https://steamcommunity.com/openid/login)-url contains
openid.return_to=http+host instead of openid.return_to=https+host.
I use both:
ProxyPreserveHost On
RequestHeader set X-Forwarded-Proto "https"
It's working without SSL.
Any ideas?
not working:
<VirtualHost *:443>
ServerName day7.domain.com
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/day7.domain.com/cert.pem