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:')