From e2097fdb31f71dc4e5917f1e7f238e1a457b23f5 Mon Sep 17 00:00:00 2001 From: Noam Date: Sun, 28 Feb 2016 13:42:34 +0200 Subject: [PATCH] Expanded SSL Description --- data/interfaces/default/config.html | 2 +- headphones/deluge.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 14254619..a50035d3 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -396,7 +396,7 @@ Path to the certificate file. Make sure to use a valid certificate ("Issued To" field must match - hostname). + hostname) which is not the case with the default certificate. Path is usually %appdata%\deluge\ssl on Windows, ~/.config/deluge/ssl/ on Linux.
diff --git a/headphones/deluge.py b/headphones/deluge.py index 8d283ffa..d48f0248 100644 --- a/headphones/deluge.py +++ b/headphones/deluge.py @@ -237,7 +237,7 @@ def _get_auth(): if delugeweb_cert is None or delugeweb_cert.strip() == '': deluge_verify_cert = False - logger.debug('Deluge: No SSL certificate configured') + logger.debug('Deluge: FYI no SSL certificate configured') else: deluge_verify_cert = delugeweb_cert delugeweb_host = delugeweb_host.replace('http:', 'https:')