forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5c9f35f
committed
Fix documentation and comments on what happens after GSS rejection
The paragraph in the docs and the comment applied tosslnegotiaton=direct, but not sslnegotiation=requiredirect. In'requiredirect' mode, negotiated SSL is never used. Move the paragraphin the docs under the description of 'direct' mode, and rephrase it.Also the comment's reference to reusing a plaintext connection wasbogus. Authentication failure in plaintext mode only happens aftersending the startup packet, so the connection cannot be reused.Reported-by: Jacob ChampionDiscussion:https://www.postgresql.org/message-id/CAOYmi+=sj+1uydS0NR4nYzw-LRWp3Q-s5speBug5UCLSPMbvGA@mail.gmail.com1 parent42b0412 commit5c9f35f
2 files changed
+15
-15
lines changedLines changed: 9 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1803 | 1803 |
| |
1804 | 1804 |
| |
1805 | 1805 |
| |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
1806 | 1815 |
| |
1807 | 1816 |
| |
1808 | 1817 |
| |
| |||
1816 | 1825 |
| |
1817 | 1826 |
| |
1818 | 1827 |
| |
1819 |
| - | |
1820 |
| - | |
1821 |
| - | |
1822 |
| - | |
1823 |
| - | |
1824 |
| - | |
1825 |
| - | |
1826 |
| - | |
1827 |
| - | |
1828 |
| - | |
1829 | 1828 |
| |
1830 | 1829 |
| |
1831 | 1830 |
| |
|
Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4430 | 4430 |
| |
4431 | 4431 |
| |
4432 | 4432 |
| |
4433 |
| - | |
4434 |
| - | |
4435 |
| - | |
4436 |
| - | |
4437 |
| - | |
| 4433 | + | |
| 4434 | + | |
| 4435 | + | |
| 4436 | + | |
| 4437 | + | |
| 4438 | + | |
4438 | 4439 |
| |
4439 | 4440 |
| |
4440 | 4441 |
| |
|
0 commit comments
Comments
(0)