Catch SSL errors

Message ID 1438628457-9393-1-git-send-email-michael.tremer@ipfire.org
State Accepted
Commit a6094ef64a5bf29796b5d880427109826dfe1950
Headers

Message

Michael Tremer Aug. 4, 2015, 5 a.m. UTC
  Properly catch SSL errors. When a connection could not be
established, the ddns client will try again. If an invalid
certificate is presented future updates are held back for
the usual time.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 src/ddns/errors.py | 15 +++++++++++++++
 src/ddns/system.py | 11 +++++++++++
 2 files changed, 26 insertions(+)