From 541c299503aed8bfa5a9d99e12b95974a2df8d09 Mon Sep 17 00:00:00 2001 From: DyonR Date: Tue, 18 Aug 2020 23:08:25 +0200 Subject: [PATCH] Added info about how to access https --- qbittorrent/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/start.sh b/qbittorrent/start.sh index cfbcc52..37df4e7 100644 --- a/qbittorrent/start.sh +++ b/qbittorrent/start.sh @@ -21,6 +21,8 @@ fi export ENABLE_SSL=$(echo "${ENABLE_SSL,,}") if [[ ${ENABLE_SSL} == 'yes' ]]; then echo "[INFO] ENABLE_SSL is set to ${ENABLE_SSL}" | ts '%Y-%m-%d %H:%M:%.S' + echo "[SYSTEM] If you use Unraid, and get something like a 'ERR_EMPTY_RESPONSE' in your browser, add https:// to the front of the IP, and/or do this:" | ts '%Y-%m-%d %H:%M:%.S' + echo "[SYSTEM] Edit this Docker, change the slider in the top right to 'advanced view' and change http to https at the WebUI setting." | ts '%Y-%m-%d %H:%M:%.S' if [ ! -e /config/qBittorrent/config/WebUICertificate.crt ]; then echo "[WARNING] WebUI Certificate is missing, generating a new Certificate and Key" | ts '%Y-%m-%d %H:%M:%.S' openssl req -new -x509 -nodes -out /config/qBittorrent/config/WebUICertificate.crt -keyout /config/qBittorrent/config/WebUIKey.key -subj "/C=NL/ST=localhost/L=localhost/O=/OU=/CN="