Skip to content

Commit

Permalink
Fix the cURL SSL error 35
Browse files Browse the repository at this point in the history
  • Loading branch information
tecywiz121 committed Aug 21, 2014
1 parent 33977e6 commit e2d2dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2d2dde

Please sign in to comment.