wget for windows with TLS 1.2

0

I use wget.exe in Version 1.11.4 (which seems to be the latest Version for Windows). But this doesn't work with TLS 1.2 as wget added the this feature in Version 1.16.

Is there an alternative tool which supports TLS 1.2?

emi-le

Posted 2016-07-22T05:49:15.400

Reputation: 101

Try this: https://eternallybored.org/misc/wget/

– rahuldottech – 2016-07-22T06:07:24.757

Or this: http://gnuwin32.sourceforge.net/packages/wget.htm

– rahuldottech – 2016-07-22T06:07:44.290

Have you tried PowerShell's wget, which is an alias for Invoke-WebRequest? – garethTheRed – 2016-07-22T06:24:32.773

No, I havent tried PowerShell's wget, but I will. Thanks! – emi-le – 2016-07-22T06:54:03.563

No answers