Public bug reported:

Binary package hint: stunnel4

stunnel wont start even though the config file includes the pid.

r...@host:~# grep "^pid" /etc/stunnel/haproxy.conf|sed "s;.*= *;;"
/stunnel4.pid
r...@host:~# /etc/init.d/stunnel4 start
Starting SSL tunnels: [Failed: /etc/stunnel/haproxy.conf]
You should check that you have specified the pid= in you configuration file


haproxy.conf:


; Certificate/key is needed in server mode and optional in client mode
cert = /etc/stunnel/file.crt
key = /etc/stunnel/file.key

; Protocol version (all, SSLv2, SSLv3, TLSv1)
sslVersion = all
options = NO_SSLv2

; Some security enhancements for UNIX systems - comment them out on Win32
chroot = /var/lib/stunnel4/
setuid = stunnel4
setgid = stunnel4
pid = /stunnel4.pid

; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1

; Service-level configuration

[https]
accept  = 443
connect = localhost:80
TIMEOUTclose = 0

** Affects: stunnel4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
stunnel4 init script seems to incorrect check for "pid" in /etc/stunnel/*.conf
https://bugs.launchpad.net/bugs/620157
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to