From c60ecbe2ffc425e22c635c3d6b15189f06ab4685 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 4 Feb 2016 18:50:14 +0100 Subject: Default to stunnel4 with checkHost - this will break unless one runs stretch or newer --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ftpsync') diff --git a/bin/ftpsync b/bin/ftpsync index c96f8f5..2242cfe 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -487,7 +487,7 @@ done RSYNC_SSL=${RSYNC_SSL:-"false"} RSYNC_SSL_PORT=${RSYNC_SSL_PORT:-"1873"} RSYNC_SSL_CAPATH=${RSYNC_SSL_CAPATH:-"/etc/ssl/certs"} -RSYNC_SSL_METHOD=${RSYNC_SSL_METHOD:-"socat"} +RSYNC_SSL_METHOD=${RSYNC_SSL_METHOD:-"stunnel4"} if [[ true != ${RSYNC_SSL} ]]; then RSYNC_SSL_OPTIONS="" -- cgit v1.2.3