-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I am trying to run (pod install) or (rm -rf Pods Podfile.lock && pod install) and I am the following error:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to pods.cct.ericsson.net:443
That is how it looks like on terminal:
`$ pod install
Analyzing dependencies
Pre-downloading:OpenWebRTC-SDKfromhttps://github.com/EricssonResearch/openwebrtc-ios-sdk.git` Downloading dependencies Installing OpenWebRTC (0.3.95)
[!] Error installing OpenWebRTC [!] /usr/bin/curl -f -L -o /var/folders/xg/fyy0qlqs4r3436bby7c5qpqh0000gn/T/d20180713-16655-1849d2e/file.zip https://pods.cct.ericsson.net/OpenWebRTC_0.3.95.zip --create-dirs --netrc-optional --retry 2
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to pods.cct.ericsson.net:443 `
Any suggestion? Is this project still alive? Thank you in advance!