You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Simon Matthews (Jira)" <ji...@apache.org> on 2023/06/29 23:30:00 UTC

[jira] [Created] (GUACAMOLE-1826) HTTP GET fails for auth

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)