You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use your script but have been hitting a problem. The openssl archive would be downloaded as 0 bytes. After a while trying to debug it, I've realised that the remote host is returning HTTP 301 - Moved permanently.
After a bit more investigation, I discovered that passing the -L option to curl causes it to follow the redirect. I've attached a patch that fixes the issue for me. (I had to give it a ".txt" suffix as github refused ".patch" for some reason).
Just an FYI, the script already has CURL_OPTIONS variable to pass custom curl arguments. You can use this variable to pass -L to the script if you do not want to modify the build script yourself, or wait for the contributors to make changes :)
I've been trying to use your script but have been hitting a problem. The openssl archive would be downloaded as 0 bytes. After a while trying to debug it, I've realised that the remote host is returning HTTP 301 - Moved permanently.
After a bit more investigation, I discovered that passing the -L option to curl causes it to follow the redirect. I've attached a patch that fixes the issue for me. (I had to give it a ".txt" suffix as github refused ".patch" for some reason).
P.S. Thanks for the project, very useful.
openssl-for-iphone-redirect.txt
The text was updated successfully, but these errors were encountered: