install scripts delivered insecurely

ollybee

New Pleskian
I noticed the Plesk autodialler scripts is linked to over and HTTP link and the Plesk documentation recommends downloading the script and execution it directly again using an insecure connection.
From the documentation:
Code:
wget -O - https://autoinstall.plesk.com/one-click-installer | sh

This is bad practice, you should update these to force HTTPS connections

example URL's
http://www.parallels.com/download/plesk/installer/
http://download1.parallels.com/Ples...-migration-guide/index.htm?fileName=67066.htm
 
Back
Top