Open Rosenkreuz opened 9 years ago
The url should be https://www.openssl.org/source/openssl-1.0.2a.tar.gz Or possibly https://www.openssl.org/source/openssl-1.0.2-latest.tar.gz
How can I change DL URL?
I had this issue myself, it seems to be caused by the OpenSSL podfile having a deprecated link to the source code. My personal solution was to fork the RMStore repo and switch the OpenSSL dependency to OpenSSL-static and then build against the fork. The OpenSSL pod downloads the OpenSSL source directly, and the openssl.org's update scheme for their source links (moving old links to source/old) is bad for backward compatibility. OpenSSL-static pulls from github so it should be a bit more stable. Alternatively someone could put in a pull request to the OpenSSL pod and fix the link. The RMStore fork is public if you care to use it.
$ pod install . . . [!] Error installing OpenSSL [!] /usr/bin/curl -f -L -o /var/folders/mc/y5l1h72s4nx2hcclzrbsxt700000gn/T/d20150605-66229-b4l949/file.tgz https://www.openssl.org/source/openssl-1.0.2.tar.gz --create-dirs
% Total % Received % Xferd Average Speed Time Time Time Current
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0curl: (22) The requested URL returned error: 404 Not Found