Magento – Check for updates didn’t work in Magento Connect Manager ver. 1.9.3.0

linuxmagento-connect-managerupgrade

I want to upgrade version magento from 1.9.3.0 to 1.9.3.1 via Magento Connect Manager. I press button Check for updates but on Debian 7 server it's do nothing. When i copy this on local computer it's work correctly. I check solution Solution to Magento Downloader 1.9.2 unknown cipher list but not find this string in my version.

Best Answer

modified this file: /downloader/lib/Mage/HTTP/Client/Curl.php (line 371)

protected function makeRequest($method, $uri, $params = array(), $isAuthorizationRequired = false, $https = true)
    {

to

protected function makeRequest($method, $uri, $params = array(), $isAuthorizationRequired = false, $https = false)
    {
Related Topic