From e2d2dde94fc6c8fcffb31bdc653d3ecf818082d8 Mon Sep 17 00:00:00 2001 From: tecywiz121 Date: Wed, 20 Aug 2014 23:57:52 -0400 Subject: [PATCH] Fix the cURL SSL error 35 --- updater.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/updater.sh b/updater.sh index 19816f1..54fa5f1 100755 --- a/updater.sh +++ b/updater.sh @@ -38,6 +38,7 @@ fi ret=`curl --basic \ -u "$YDNS_USER:$YDNS_PASSWD" \ --silent \ + --sslv3 \ https://ydns.eu/api/v1/update/?host=$YDNS_HOST` if [ "$ret" != "ok" ]; then