-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed

Description
- Gitea version (or commit ref): 1.2.3
- Git version: 2.15.0
- Operating system: FreeBSD 11.1
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
When configuring the PostgreSQL database I see the following error:
Database setting is invalid: pq: unknown authentication response: 10
The same error is reported in the logs when using unix socket types instead of http.
The issue is I am using SCRAM-SHA-256 authentication for the gitea user, the upstream pq library does not support this from what I can tell.
Is it possible to use a library which does support this?