[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#273105: elza: Default config fails to do SSL



Package: elza
Version: 1.4.3-5
Severity: normal
Tags: patch

The elza.def file supplied incorrectly sets $DEF{'sslcmd'} such that SSL
connections will not work:

$DEF{'sslcmd'} = "/usr/sbin/stunnel -c -d 127.0.0.1:$DEF{'ssllocal'} -r SSLHOST:SSLPORT -D 1";

should be replaced with:

$DEF{'sslcmd'} = "/usr/sbin/stunnel -c -d 127.0.0.1:SSLLOCAL -r SSLHOST:SSLPORT -D 1";


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C

Versions of packages elza depends on:
ii  perl                          5.8.4-2    Larry Wall's Practical Extraction 

-- no debconf information



Reply to: