8000 keycloak apache2 setup on Oracle Linux · Issue #40836 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
keycloak apache2 setup on Oracle Linux #40836
Copy link
Closed
@zdavatz

Description

@zdavatz

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

  1. There does not seem to be a default Apache Reverse Proxy Setup
  2. I am doing
  3. ./kc.sh start --http-host=127.0.0.1 --http-enabled=true --http-port=9000 --hostname=https://kc.ywesee.ch:8443
  4. 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>
  1. So far no response in the browser.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes a PR related to a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0