When trying to launch Guacamole on Docker using postgresql, we get the 
following error:

The authentication type 10 is not supported

Looking at the following Guacamole Jira issue, it indicates that it has been 
Resolved:

https://issues.apache.org/jira/browse/GUACAMOLE-1433

However, this does not seem to be the case because pulling the latest Guacamole 
image  still has the same error. The only way to get around this issue is to 
edit the pg_hba.conf and set the following line:

host      all          all          scram-sha-256

to

host      all          all          trust

and the error goes away.

Am I missing something here or has the fix not trickled to the latest Guacamole 
image?

Thanks


Reply via email to