From 7650898389593cb6e1a52cdacd69461fa46fccd7 Mon Sep 17 00:00:00 2001 From: anders_k Date: Mon, 30 Jan 2017 20:04:31 +0000 Subject: [PATCH] Added note about not supporting HTTPS in NSISdl git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6838 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/NSISdl/ReadMe.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contrib/NSISdl/ReadMe.txt b/Contrib/NSISdl/ReadMe.txt index db98b436..09b40729 100644 --- a/Contrib/NSISdl/ReadMe.txt +++ b/Contrib/NSISdl/ReadMe.txt @@ -3,7 +3,8 @@ NSISdl 1.3 - HTTP downloading plugin for NSIS Copyright (C) 2001-2002 Yaroslav Faybishenko & Justin Frankel -This plugin can be used from NSIS to download files via http. +This plugin can be used from NSIS to download files via HTTP. +Note: HTTPS is not supported, only plain HTTP! To connect to the internet, use the Dialer plugin.