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
Trying to curl https://files.smf.sh/util/0.1.1/sm-util_0.1.1_linux_amd64.tar.gz there's an SSL error in Fedora 20. It's well known that browsers have way many CA certificates installed but the default ones in linux work for most things, e.g. git clone with https from Github never complains.
I see that @wayneeseguin was working on the bin folder and added some build/release scripts. I was wondering if those are to be completed soon, or maybe adding something to push to Bintray or Github releases would be of any interest. Currently I had to perform parts of the sm installation by hand because of the failed curl in Fedora, so I'd like to find a solution that doesn't require updated the default's CA bundle.
Let me know if I can help with some code or ping me here if there's already a solution in place. Something like this makes a lot of sense http://www.consul.io/downloads.html (they all point to Bintray)
The text was updated successfully, but these errors were encountered:
Trying to
curl https://files.smf.sh/util/0.1.1/sm-util_0.1.1_linux_amd64.tar.gz
there's an SSL error in Fedora 20. It's well known that browsers have way many CA certificates installed but the default ones in linux work for most things, e.g. git clone with https from Github never complains.I see that @wayneeseguin was working on the bin folder and added some build/release scripts. I was wondering if those are to be completed soon, or maybe adding something to push to Bintray or Github releases would be of any interest. Currently I had to perform parts of the sm installation by hand because of the failed curl in Fedora, so I'd like to find a solution that doesn't require updated the default's CA bundle.
Let me know if I can help with some code or ping me here if there's already a solution in place. Something like this makes a lot of sense http://www.consul.io/downloads.html (they all point to Bintray)
The text was updated successfully, but these errors were encountered: