We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
using postgres 12 docker image fixed the error "authentication method 10 not supported" for me.
Sorry, something went wrong.
hey could you guide me installing and execute step by step PwnAuth
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: