Wget TLS 1.2 error
As written on the project page of wget, the secure protocols TLSv1_1
and TLSv1_2
were added in wget version 1.16.1. Your wget 1.15 does not support it.
Ressources:
- http://savannah.gnu.org/forum/forum.php?forum_id=8159
You are using wget 1.15.
It seems, you need at least wget 1.16.1 for this, because one of the noteworthy changes in that release was:
- Add --secure-protocol=TLSv1_1|TLSv1_2 .