Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upconnection with dsn raises 'could not send SSL negotiation packet: Resource temporarily unavailable' #1190
Comments
|
Hi can you test the connection with the database by docker. You run a base with You write a Dockerfile file:
you build and run the Dockerfile
you can test the connection, with a pgcli docker
you can test the connection, with your pgcli
At home the connection is ok |
Description
Some of my databases cannot be connected with
pgcli -D <dsn>from several days ago.But
pgcli -h <ip> -u xxxworks:And here are relavant logs from
.config/pgcli/log:Your environment
pip freezecommand.