On Wed, Jan 22, 2020 at 6:25 AM BenDDD <[email protected]> wrote:

> Hi Adrian,
>
> Thank you for your answer.
>
> Here is the CAS server Tomcat logs. <https://pastebin.com/5SnDjvr7>
>
> Everything seems to be OK ?
>
> And the Guacamole server Tomcat logs. <https://pastebin.com/KKS3ijs2>
>
> These logs seem to indicate that the error comes from the CAS server.
>

It looks like the CAS server is responding with invalid XML, which the CAS
library used by Guacamole then chokes on:

[2020-01-21 16:39:29] [info] org.xml.sax.SAXParseException: Le type
d'élément "img" doit se terminer par la balise de fin correspondante
"</img>".

I'm not personally familiar with what CAS sends in its responses, but this
looks suspiciously like what might happen if an XML parser were expecting
an XML response but was fed HTML. Perhaps something external to CAS is
intercepting the request to validate the token and is responding with a web
page?

- Mike

Reply via email to