You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Dedy Martadinata (Jira)" <ji...@apache.org> on 2022/01/23 14:13:00 UTC

[jira] [Updated] (GUACAMOLE-1516) Fail to connect with postgress 14

     [ https://issues.apache.org/jira/browse/GUACAMOLE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dedy Martadinata updated GUACAMOLE-1516:
----------------------------------------
    Description: 
As deploy via docker with postgress:latest lead to postgress 14.1 , and guacamole throw error authentication

```
{code:java}
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. {code}
Deploying with postgress 13 work successfully.

  was:
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.


> Fail to connect with postgress 14
> ---------------------------------
>
>                 Key: GUACAMOLE-1516
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1516
>             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
>            Priority: Minor
>
> As deploy via docker with postgress:latest lead to postgress 14.1 , and guacamole throw error authentication
> ```
> {code:java}
> 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. {code}
> Deploying with postgress 13 work successfully.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)