Fix check for conflicting SSL min/max protocol settings
Michael Paquier <michael@paquier.xyz>
Fix check for conflicting SSL min/max protocol settings Commit 79dfa8a has introduced a check to catch when the minimum protocol version was set higher than the maximum version, however an error was getting generated when both bounds are set even if they are able to work, causing a backend to not use a new SSL context but keep the old one. Author: Daniel Gustafsson Discussion: https://postgr.es/m/14BFD060-8C9D-43B4-897D-D5D9AA6FC92B@yesql.se
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure-openssl.c | modified | +3 −1 |
Discussion
- Improve errors when setting incorrect bounds for SSL protocols 15 messages · 2020-01-14 → 2020-04-30