- Notifications
You must be signed in to change notification settings - Fork5
Commit84ef9c5
committed
Put back ssl_renegotiation_limit parameter, but only allow 0.
Per a report from Shay Rojansky, Npgsql sends ssl_renegotiation_limit=0in the startup packet because it does not support renegotiation; otherclients which have not attempted to support renegotiation might wellbehave similarly. The recent removal of this parameter forces them tobreak compatibility with either current PostgreSQL versions, orprevious ones. Per discussion, the best solution is to accept theparameter but only allow a value of 0.Shay Rojansky, edited a little by me.1 parent5be94a9 commit84ef9c5
1 file changed
+19
-0
lines changedLines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
439 | 447 |
| |
440 | 448 |
| |
441 | 449 |
| |
| |||
2579 | 2587 |
| |
2580 | 2588 |
| |
2581 | 2589 |
| |
| 2590 | + | |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
| 2594 | + | |
| 2595 | + | |
| 2596 | + | |
| 2597 | + | |
| 2598 | + | |
| 2599 | + | |
| 2600 | + | |
2582 | 2601 |
| |
2583 | 2602 |
| |
2584 | 2603 |
| |
|
0 commit comments
Comments
(0)