After a recent update I cannot connect to a local instance of Postgres DB.
When testing connection I get The server does not support SSL connections right above the Save Connection button
Actually I was wrong, I can connect to the database just fine, it's just that the Test Connection indicates I wouldn't be able to
I am seeing the same problem - but in fact fail to connect. I get nothing but The server does not support SSL connections. Can I set - somewhere - the connection to be non-ssl for this connection?
Same here, just get this error connecting my dev db.
Yeah, I'm able to connect using my old connection config. But anything new I create fails.
Yeah, I'm able to connect using my old connection config. But anything new I create fails.
My experience is exactly the same.
Hey guys, here is a workaround for this issue, click "Open settings" at the right bottom corner in SQLTools Settings page, edit the config directly to set:
...
"pgOptions": {
"ssl": false
},
...
Reconnect and you will do the trick.
Below steps are work for me
Create a new connection and try to connect
Most helpful comment
Below steps are work for me
"pgOptions": {
"ssl": false
},
Create a new connection and try to connect