Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres: authentication method 10 not supported #21

Open
mvelazc0 opened this issue Nov 21, 2022 · 2 comments
Open

Postgres: authentication method 10 not supported #21

mvelazc0 opened this issue Nov 21, 2022 · 2 comments

Comments

@mvelazc0
Copy link

Hi, getting the following error when running setup.sh

Successfully built 9eaf079b62d5
Successfully tagged pwnauth_web:latest
pwnauth_db_1 is up-to-date
pwnauth_web_1 is up-to-date
Starting pwnauth_db_1 ... done
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/django/db/backends/base/base.py", line 213, in ensure_connection
self.connect()
File "/usr/local/lib/python3.6/site-packages/django/db/backends/base/base.py", line 189, in connect
self.connection = self.get_new_connection(conn_params)
File "/usr/local/lib/python3.6/site-packages/django/db/backends/postgresql/base.py", line 176, in get_new_connection
connection = Database.connect(**conn_params)
File "/usr/local/lib/python3.6/site-packages/psycopg2/init.py", line 130, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: authentication method 10 not supported

@DeveloperOl
Copy link

using postgres 12 docker image fixed the error "authentication method 10 not supported" for me.

@DaX27104
Copy link

hey could you guide me installing and execute step by step PwnAuth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants