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
This commit is contained in:
anders_k 2017-01-30 20:04:31 +00:00
parent 89cbb22e42
commit 7650898389

View file

@ -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.