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

Appearance settings

Commit cc68ca6

Browse filesBrowse 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
Copy full SHA for cc68ca6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/fe-connect.c

Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-connect.c
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.