When using fopen on https streams, disable weak ciphers and compression
authorBrian Wolff <bawolff+wn@gmail.com>
Wed, 1 Jul 2015 08:42:05 +0000 (02:42 -0600)
committerGergő Tisza <gtisza@wikimedia.org>
Sun, 11 Oct 2015 03:00:10 +0000 (03:00 +0000)
commitb78d7626f95d53d7aa63bc69dbef7d75c2286092
tree9ac63c623d5f49e95f7c0acccdecb2d7333b2ec3
parent713a9606d0c702cbae1461d3528299d1ece81417
When using fopen on https streams, disable weak ciphers and compression

Per recomendation of
http://www.docnet.nu/tech-portal/2014/06/26/ssl-and-php-streams-part-1-you-are-doing-it-wrongtm/C0

Change-Id: I69d063ff4aa4248dd4f3d03de5a168c4b5a99c50
includes/HttpFunctions.php