Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+2-2
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)