bareos: master a3897f5e

Author Committer Branch Timestamp Parent
joergs joergs master 2021-02-24 17:58 master 4baeea98 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.
mod - CHANGELOG.md Diff File
mod - python-bareos/bareos/bsock/lowlevel.py Diff File