forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb06f1f2
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 parented6c516 commitb06f1f2
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 |
| |
| |||
2570 | 2578 |
| |
2571 | 2579 |
| |
2572 | 2580 |
| |
| 2581 | + | |
| 2582 | + | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
| 2589 | + | |
| 2590 | + | |
| 2591 | + | |
2573 | 2592 |
| |
2574 | 2593 |
| |
2575 | 2594 |
| |
|
0 commit comments
Comments
(0)