Cocoapods: Failed to connect to GitHub to update the CocoaPods/Specs specs repo

One of the major issue is “weak cryptographic standards removed” after 2018 February. Here a note: https://github.com/blog/2507-weak-cryptographic-standards-removed To solve this, first you need to update openssl, then ruby, then cocoapod. $ which openssl /usr/bin/openssl $ openssl version OpenSSL 0.9.8zh 14 Jan 2016 $ /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)” $ brew update $ brew install openssl … Read more