Log useful error messages on SSL errors in PhpHttpRequest
authorGergő Tisza <tgr.huwiki@gmail.com>
Fri, 4 Sep 2015 23:15:03 +0000 (23:15 +0000)
committerBryanDavis <bdavis@wikimedia.org>
Thu, 10 Sep 2015 01:08:22 +0000 (01:08 +0000)
commitb020612f64c276db2ba679f77c8e4765e0b133ff
tree58a07f1b750b164c4da64915df4f3436ca7bd3f8
parent82fdeb3c462dc6403168bada0a3a86b0941ae8b1
Log useful error messages on SSL errors in PhpHttpRequest

Work around PHP's crappy stream error handling to extract the
OpenSSL message that gives actually useful information.

Change-Id: I9eba0f90935e25e2d07995f6181fa90b7d52ea55
includes/HttpFunctions.php