Skip to content

Commit cc68ca6

Browse files
committed
Fix outdated comment after removal of direct SSL fallback
The option to fall back from direct SSL to negotiated SSL or a plaintext connection was removed in commit fb5718f. Discussion: https://www.postgresql.org/message-id/c82ad227-e049-4e18-8898-475a748b5a5a@iki.fi
1 parent e311c6e commit cc68ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-connect.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3564,8 +3564,8 @@ PQconnectPoll(PGconn *conn)
35643564
if (pollres == PGRES_POLLING_FAILED)
35653565
{
35663566
/*
3567-
* Failed direct ssl connection, possibly try a new
3568-
* connection with postgres negotiation
3567+
* SSL handshake failed. We will retry with a plaintext
3568+
* connection, if permitted by sslmode.
35693569
*/
35703570
CONNECTION_FAILED();
35713571
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy