Skip to content

Commit

Permalink
Use HTTPS instead of HTTP to prevent 'Downgrade attack'
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsen365 committed May 5, 2019
1 parent 99325b9 commit abbdf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gettools.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main():
sys.exit(1)

# Setup url and file paths
url = 'http://softwareupdate.vmware.com/cds/vmw-desktop/fusion/'
url = 'https://softwareupdate.vmware.com/cds/vmw-desktop/fusion/'
dest = os.path.dirname(os.path.abspath(__file__))

# Re-create the tools folder
Expand Down

0 comments on commit abbdf07

Please sign in to comment.