I am trying to enable the community channel in Magento EE 1.14.2 In Magento Connect, I get the infamous community channel is not installed error message.
So I thought I would see what is going on via command line:
./mage list-channels
Available channels:
That looked odd. So I logged into a 1.14.01 box.
./mage list-channels
Available channels:
community: connect20.magentocommerce.com/community
That made me feel better, now I see what is wrong, the channel is not there. I thought I would add the channel:
./mage channel-add connect20.magentocommerce.com/community
Error:
channel-add: Unknown cipher in list: TLSv1
This seems to be new to 1.14.2.
Any ideas how to get past this?