mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 04:10:35 -05:00
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 fb5718f35f.
Discussion: https://www.postgresql.org/message-id/c82ad227-e049-4e18-8898-475a748b5a5a@iki.fi
This commit is contained in:
parent
cccab85c2b
commit
5afebbe529
1 changed files with 2 additions and 2 deletions
|
|
@ -3564,8 +3564,8 @@ keep_going: /* We will come back to here until there is
|
|||
if (pollres == PGRES_POLLING_FAILED)
|
||||
{
|
||||
/*
|
||||
* Failed direct ssl connection, possibly try a new
|
||||
* connection with postgres negotiation
|
||||
* SSL handshake failed. We will retry with a plaintext
|
||||
* connection, if permitted by sslmode.
|
||||
*/
|
||||
CONNECTION_FAILED();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue