<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class="">org.keycloak.adapters.NodesRegistrationManagement doesn’t sent a port when it registers a node. Additionally, the KC server assumes the cluster node is using port 8080. So even if you manually register a node, as say localhost:9092, when you press “Test Cluster Availability” the KC server appends port 8080 to the request:<div class=""><br class=""></div><div class=""><a href="http://localhost:9092:8080/customer-portal/" class="">http://localhost:9092:8080/customer-portal/</a></div><div class=""><br class=""></div><div class="">I think there are two bugs, I can open JIRAs if you like:</div><div class=""><br class=""></div><div class="">1. org.keycloak.adapters.NodesRegistrationManagement should send the port the server is on</div><div class="">2. KC server should not assume port 8080</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Scott</div><div class=""><br class=""></div></body></html>