Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1499

Is it possible to disable HTTP for a Keycloak instance in Azure Container Apps?

$
0
0

I am setting up Keycloak, using the public container image in the Azure Container App service. In production, it is strongly encouraged to disable HTTP.

Depending on the environment variable KC_HTTP_ENABLED, Keycloak either listens to requests on port 8080:

KC_HTTP_ENABLED=true

Listening on: http://0.0.0.0:8080 and https://0.0.0.0:8443.Management interface listening on https://0.0.0.0:9000.

Target port is :8080Success

... or doesn't.

KC_HTTP_ENABLED=false

Listening on: https://0.0.0.0:8443Management interface listening on https://0.0.0.0:9000.

Target port is :8443Error

When I google the error, I seem to find results relevant to every other case except mine. What am I missing?


Viewing all articles
Browse latest Browse all 1499

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>