On Wednesday, June 1, 2016 at 7:12:41 AM UTC+2, 1.61803 wrote: > > On Wednesday, June 1, 2016 at 6:45:04 AM UTC+2, Jon Stovell wrote: >> >> On Saturday, 21 May 2016 02:07:09 UTC-6, 1.61803 wrote: >>> >>> Any ideas? >>> >> Nope. It works here. >> > Same versions I posted? I'm on 10.8.5 btw. >
Probably not. I had on older version of curl which do shell script <https://developer.apple.com/library/mac/technotes/tn2065/_index.html> was using by default. tell current application do shell script "which -a curl" --> "/usr/bin/curl" end tell Result: "/usr/bin/curl" $ which -a curl /opt/local/bin/curl /usr/bin/curl curl >7.40 didn't had this problem <http://unix.stackexchange.com/questions/192944/how-to-fix-curl-sslv3-alert-handshake-failure>, so I just gave the whole path /opt/local/bin/curl as I should have in the first place and it worked. -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
