bareos: bareos-19.2 8cb11283

Author Committer Branch Timestamp Parent
joergs franku bareos-19.2 2021-02-24 17:58 bareos-19.2 52ef9148 Pending
Changeset python-bareos: fallback to ssl.PROTOCOL_SSLv23

By default we set ssl.PROTOCOL_TLS.
However, this requires Python >= 2.7.13, which is not available by default on RHEL/CentOS 7.
Therefore we added a fallback to ssl.PROTOCOL_SSLv23.

(cherry picked from commit a3897f5ec36011153e1b05945819f57ac872c33b)
mod - docs/manuals/source/Appendix/ReleaseNotes.rst Diff File
mod - python-bareos/bareos/bsock/lowlevel.py Diff File