Click here to Skip to main content
15,895,859 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I tried to download bellow .gz file but got an error
"The request was aborted: Could not create SSL/TLS secure channel."
how to fix?

What I have tried:

My.Computer.Network.DownloadFile("https://datasets.imdbws.com/title.ratings.tsv.gz", Application.StartupPath & "\title.ratings.tsv.gz")
Posted
Updated 22-Dec-18 5:04am
Comments
Richard MacCutchan 22-Dec-18 10:45am    
Look at the error message. Either the server or your client is not responding to a request to use SSL/TLS in the communication.
Bryian Tan 22-Dec-18 12:21pm    
did the download work went access directly from the browser?
Member 13358124 24-Dec-18 3:43am    
yes

1 solution

We can't do anything about that: you would need to try talking to IMDB, or try with standard "HTTP:" instead of "HTTPS:"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900