Hi,
when i try to run KC Quarkus on SSL-Port 8443 (or 18443 by setting https-port) by using a hostname ‘xyz’ the link of the KC-Webapp to the KC Login automatically forwards to xyz/admin and not as expected to xyz:8443/admin. Somehow the SSL-Port get lost. Seems to be a bug, or did i miss to configure something else?
my current SSL-Config:
HTTP
#https-port=18443
https-key-store-file=${kc.home.dir}/conf/client.keystore
https-key-store-password=changeit
hostname=xyz