Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
No response
Describe the bug
- There does not seem to be a default Apache Reverse Proxy Setup
- I am doing
./kc.sh start --http-host=127.0.0.1 --http-enabled=true --http-port=9000 --hostname=https://kc.ywesee.ch:8443
- The Apache Virtualhost Config is:
<VirtualHost *:443>
ServerName kc.ywesee.ch
# SSL Configuration
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/kc.ywesee.ch/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/kc.ywesee.ch/privkey.pem
# Proxy Configuration for Keycloak
ProxyPreserveHost On
ProxyPass /excluded !
ProxyPass / http://127.0.0.1:9000/
ProxyPassReverse / http://127.0.0.1:9000/
# Error and Access logs
ErrorLog /var/log/httpd/kc.ywesee.ch_ssl_error.log
CustomLog /var/log/httpd/kc.ywesee.ch_ssl_access.log combined
</VirtualHost>
- So far no response in the browser.
- Seems like the Proxy does not reach keycloak.
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
Login should appear.
Actual behavior
No response.
How to Reproduce?
See above.
Anything else?
No response