Dedy Martadinata created GUACAMOLE-1515:
-------------------------------------------
Summary: Fail to connect with postgress 14
Key: GUACAMOLE-1515
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1515
Project: Guacamole
Issue Type: Bug
Components: guacamole, guacamole-auth-jdbc-postgresql
Affects Versions: 1.4.0
Environment: Docker environemt
guacd:1.4.0
guacamole:1.4.0
postgress:latest aka postgress:14.1
postgress:13
Reporter: Dedy Martadinata
As deploy via docker with postgress:latest lead to postgress 14.1 , and
guacamole throw error authentication
```
13:26:44.534 [http-nio-8080-exec-8] ERROR o.a.g.rest.RESTExceptionMapper -
Unexpected internal error:
guacamole_guacamole.1.52ahr4htk0mp@homelab | ### Error querying database.
Cause: org.postgresql.util.PSQLException: The authentication type 10 is not
supported. Check that you have configured the pg_hba.conf file to include the
client's IP address or subnet, and that it is using an authentication scheme
supported by the driver.
guacamole_guacamole.1.52ahr4htk0mp@homelab | ### The error may exist in
org/apache/guacamole/auth/jdbc/user/UserMapper.xml
guacamole_guacamole.1.52ahr4htk0mp@homelab | ### The error may involve
org.apache.guacamole.auth.jdbc.user.UserMapper.selectOne
guacamole_guacamole.1.52ahr4htk0mp@homelab | ### The error occurred while
executing a query
guacamole_guacamole.1.52ahr4htk0mp@homelab | ### Cause:
org.postgresql.util.PSQLException: The authentication type 10 is not supported.
Check that you have configured the pg_hba.conf file to include the client's IP
address or subnet, and that it is using an authentication scheme supported by
the driver.
```
Deploying with postgress 13 work successfully.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)