You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up pgAdmin to connect to a remote server with an identity file on a M1 Max macbook pro
I have the connection working on an intel mac. I replicated the setup to the M1 mac, but when I hit save, I get an error message that says:
Unable to connect to server: connection failed: connection to server at "127.0.0.1", port 61435 failed: fe_sendauth: no password supplied.
On the intel mac, pgAdmin prompts me for the password, but it doesn't on the M1 mac.
I tried it with a key pair that doesn't have a password & it still doesn't work.
The expected behavior is that it will set up the remote server in the server group & I'll be able to see & work with the databases in the remote server (as I can on the intel macbood).
Here's a pic of the error message:
System:
MacBook Pro (2021), Apple M1 Max chip, Sequoia 15.1
The text was updated successfully, but these errors were encountered:
I am not able to reproduce the issue (Attached screenshot of my conf). From the error, it seems you have not passed the PostgreSQL server password. Could you let me know if you are providing the server password while registering it?
I'm trying to set up pgAdmin to connect to a remote server with an identity file on a M1 Max macbook pro
I have the connection working on an intel mac. I replicated the setup to the M1 mac, but when I hit save, I get an error message that says:
Unable to connect to server: connection failed: connection to server at "127.0.0.1", port 61435 failed: fe_sendauth: no password supplied.
On the intel mac, pgAdmin prompts me for the password, but it doesn't on the M1 mac.
I tried it with a key pair that doesn't have a password & it still doesn't work.
The expected behavior is that it will set up the remote server in the server group & I'll be able to see & work with the databases in the remote server (as I can on the intel macbood).
Here's a pic of the error message:
System:
MacBook Pro (2021), Apple M1 Max chip, Sequoia 15.1
The text was updated successfully, but these errors were encountered: