On Wed, Apr 28, 2021 at 7:47 AM Timo Nisula <[email protected]> wrote:
> Hello, > > > > I have trying to get auth-json to work with official 1.3.0 docker images, > but not succeed. > > > > I have started guacamole container with “-e EXTENSIONS=auth-json -e > JSON-SECRET-KEY=xxxxxxxxxxxxxxxxxxx”. > > When I try to test it, it won’t work and in guacamole log I get following > error > > > > 11:32:20.100 [http-nio-8080-exec-7] ERROR o.a.g.rest.RESTExceptionMapper - > An internal error occurred, but did not contain an error message. Enable > debug-level logging for details. > > > > Any ideas? > Yeah, the auth-json module was added after the 1.3.0 release, so it may not be compatible with the 1.3.0 release. The Docker images are only currently updated during the official release, so any modules added (and updated) in the git master after that may not be compatible. You can try enabling debug by adding logback.xml to the Docker container with the correct settings for debugging and see what errors are showing up, but there have been significant changes to the git code that will likely make modules built from there incompatible with older versions of Guacamole Client. http://guacamole.apache.org/doc/gug/configuring-guacamole.html#webapp-logging -Nick >
