-To download a file from the web site secured by SSL and requires username and password.
wget --no-check-certificate --http-user=<username> --http-password=<password> https://site.url.com ~/<location to save>