Closed madurangasiriwardena closed 1 week ago
Setting internal_hostname
as localhost
by default will solve this since we have -Dhttpclient.hostnameVerifier="DefaultAndLocalhost"
. WDYT?
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Is your suggestion related to an experience ? Please describe. Change the hostname in a setup and generate a new certificate with the hostname (do not add
localhost
as a SAN) Try to load the SSO login page and below stacktrace can be seen.This is happening since I have not configured
internal_hostname
and because of thatServerHostName
will default tolocalhost
Describe the improvement IMO
ServerHostName
should default tohostname
in deployment.toml. In the docs as an improvement, we can ask to addinternal_hostname
in deployment.toml and add SAN for the certificate to havelocalhost
.