juliansyahrifqi commented on issue #28778: URL: https://github.com/apache/superset/issues/28778#issuecomment-2453925666
Hello ``` host all all 0.0.0.0/0 scram-sha-256 ``` I just change the `scram-sha-256` to be `md5` and then reconnect again ``` host all all 0.0.0.0/0 md5 ``` After it working, i change it again to `scram-sha-256` ``` host all all 0.0.0.0/0 scram-sha-256 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org