Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc68ca6

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp