0

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.

Boulatov
  • 41
  • 1
  • 1
  • 7

2 Answers2

2

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)
    {
MHK Developer
  • 402
  • 3
  • 14
0

It's a known issue with 1.9.3.1

As stated in the release notes you can't upgrade to 1.9.3.1 via the Magento Connect Manager: http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1931

Raphael at Digital Pianism
  • 70,385
  • 34
  • 188
  • 352