Hello,
I have set the http-enabled option to true in the config file, but keycloak still won’t start.
Only the hint appears that the option should be set.
Call:
kc.sh --config-file=“/etc/keycloak/config” start --optimized --verbose
Key material not provided to setup HTTPS. Please configure your keys/certificates, or if HTTPS access is not needed see thehttp-enabled
option. If you meant to start the server in development mode, see thestart-dev
command.
/etc/keycloak/config:
http-enabled=true
http-host=[::1]
http-port=8080
…
called it with strace, will only show, that the file will be called.
Does anyone how to get it in debug mode, to see which config are real used?