Simon Matthews created GUACAMOLE-1826: -----------------------------------------
Summary: HTTP GET fails for auth Key: GUACAMOLE-1826 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1826 Project: Guacamole Issue Type: Bug Components: guacamole-auth-openid Affects Versions: 1.5.2 Reporter: Simon Matthews I am seeing a strange issue when I enable my split DNS resolving on my network. This doesn't seem to be sent to the Keycloak server when attempting to auth with OpenID. {code:java} DEBUG org.jose4j.jwk.HttpsJwks - Refreshing/loading JWKS from https://keycloak.example.com/realms/master/protocol/openid-connect/certs DEBUG org.jose4j.http.Get - HTTP GET of https://keycloak.example.com/realms/master/protocol/openid-connect/certs {code} My setup is configured using IPv6 and split-DNS for local connections. My Keycloak server and Guacamole server reside in containers on the same server. All the traffic goes through a HAProxy server. Even with packet captures, I can't even see that request happen at all. -- This message was sent by Atlassian Jira (v8.20.10#820010)