Skip to content

Commit d6abbb5

Browse files
Merge pull request #232161 from AssafFraenkel/patch-1
Update how-to-troubleshoot-common-connection-issues.md
2 parents 844aad9 + aebc393 commit d6abbb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/postgresql/flexible-server/how-to-troubleshoot-common-connection-issues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ If the application persistently fails to connect to Azure Database for PostgreSQ
4545

4646
* Server firewall configuration: Make sure that the Azure Database for PostgreSQL server firewall is configured to allow connections from your client, including proxy servers and gateways.
4747
* Client firewall configuration: The firewall on your client must allow connections to your database server. IP addresses and ports of the server that you can't connect to must be allowed and the application names such as PostgreSQL in some firewalls.
48-
* User error: You might have mistyped connection parameters, such as the server name in the connection string or a missing *\@servername* suffix in the user name.
4948
* If you see the error _Server isn't configured to allow ipv6 connections_, note that the Basic tier doesn't support VNet service endpoints. You have to remove the Microsoft.Sql endpoint from the subnet that is attempting to connect to the Basic server.
5049
* If you see the connection error _sslmode value "***" invalid when SSL support is not compiled in_ error, it means your PostgreSQL client doesn't support SSL. Most probably, the client-side libpq hasn't been compiled with the "--with-openssl" flag. Try connecting with a PostgreSQL client that has SSL support.
5150

0 commit comments

Comments
 (0)