I have a problem configuring Cocoapods using the pod setup command, SSLRead() with SSLRead() error. I found a workaround for manually loading Cocoapods specifications. However, when I need to install the library using the pod install command in my project directory, SSL issues persist. The return is as follows:
Downloading dependencies Installing AFNetworking (2.2.1) [!] Error installing AFNetworking [!] /usr/bin/git clone https://github.com/AFNetworking/AFNetworking.git/Users/DavisChung/Documents/Programming/Xcode\ Projects/TapBit/Pods/AFNetworking --single-branch --depth 1 --branch 2.2.1 Cloning into '/Users/DavisChung/Documents/Programming/Xcode Projects/TapBit/Pods/AFNetworking'... fatal: unable to access 'https://github.com/AFNetworking/AFNetworking.git/': Server aborted the SSL handshake
One for all, how can I solve SSL problems? My Mac OS Version - Yosemite 10.10.2 Thanks
ios ssl cocoapods macos
Davis chung
source share