[ssl] Correct connect creation
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 15 Jan 2015 01:06:48 +0000 (02:06 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 15 Jan 2015 01:06:50 +0000 (02:06 +0100)
commitbe5f2c192cde200b6fcc8d754fde8b5e479a300c
tree10b7e22a167565792407665eea1a8b3f29dad8e8
parentc9ef44ce296ded2d5ba4b36ad60b0a7add7944bd
[ssl] Correct connect creation

We want to authenticate the server, see https://docs.python.org/dev/library/ssl.html#ssl.Purpose.SERVER_AUTH .
youtube_dl/utils.py