Merge pull request #856 from brazier/patch-3

Don't verify certificates.
This commit is contained in:
Hylke Bons 2012-07-15 06:53:35 -07:00
commit 211394649f

View file

@ -65,7 +65,7 @@ case $1 in
invite=`date -u +%N`
open=`echo $2 | sed s/sparkleshare:/https:/`
open=`echo $open | sed s/sparkleshare-unsafe:/http:/`
curl -o ~/SparkleShare/$invite.xml $open
curl -o ~/SparkleShare/$invite.xml $open --insecure
;;
*)
mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --help