Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 1ee7b638cc5f95a4060e73d67d55308bdf135cc8 https://github.com/openSUSE/osc/commit/1ee7b638cc5f95a4060e73d67d55308bdf135... Author: lethliel <mstrigl@suse.de> Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M osc/babysitter.py Log Message: ----------- improve SSLError message Improve the SSLError message if a version mismatch (TLSv1) is detected and give the user a hint what is wrong. (Basically the API does not supprt TLS <= 1.2 and the python version does not support TLS >= 1.2) Commit: d279dfbedbd33de0efeb5bc57b6146b9882bd729 https://github.com/openSUSE/osc/commit/d279dfbedbd33de0efeb5bc57b6146b9882bd... Author: Marco Strigl <mstrigl@suse.com> Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M osc/babysitter.py Log Message: ----------- Merge pull request #723 from lethliel/improve_error_message_on_ssl_version_mismatch improve SSLError message Compare: https://github.com/openSUSE/osc/compare/ff7b64d5ebe7...d279dfbedbd3