forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite30b0b5
committed
Fix check for conflicting SSL min/max protocol settings
Commit79dfa8a has introduced a check to catch when the minimum protocolversion was set higher than the maximum version, however an error wasgetting generated when both bounds are set even if they are able towork, causing a backend to not use a new SSL context but keep the oldone.Author: Daniel GustafssonDiscussion:https://postgr.es/m/14BFD060-8C9D-43B4-897D-D5D9AA6FC92B@yesql.se1 parent1816a1c commite30b0b5
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
229 | 230 |
| |
230 | 231 |
| |
231 | 232 |
| |
232 | 233 |
| |
233 | 234 |
| |
234 |
| - | |
| 235 | + | |
| 236 | + | |
235 | 237 |
| |
236 | 238 |
| |
237 | 239 |
| |
|
0 commit comments
Comments
(0)