
Hallo, I have found 2 Bugs. 1. In Version 4.21: No Taskbar Icon is displayed when the service starts. Although the taskbar ist set in config file (taskbar = yes). 2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i started the service over Start -> Programm Files -> stunnel -> Service Start (stunnel -start) no log files are written. If i start the service over services.msc from Windows or "sc start stunnel" log files are written. The icon log displayed the following message in version 4.18 and 4.20 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: stunnel.log Best Regards Jan

Jan.Haering@rz-kiru.de wrote:
1. In Version 4.21: No Taskbar Icon is displayed when the service starts. Although the taskbar ist set in config file (taskbar = yes).
It's not a bug. It's a feature. Any object (icon, window, etc.) displayed by a service may be exploited by a local user to gain privileges of this user (in this case usually LocalSystem).
2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i started the service over Start -> Programm Files -> stunnel -> Service Start (stunnel -start) no log files are written. If i start the service over services.msc from Windows or "sc start stunnel" log files are written.
The icon log displayed the following message in version 4.18 and 4.20 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: stunnel.log
Did you try to specify full file path (e.g. c:\stunnel.log)? Best regards, Mike

The second Bug appears also with full specified path. There will be a problem in Version 4.2x > 4.21 to find the log, because this message is not be logged the log-file, only in the Icon log which is not available in 4.21. 2007.11.12 08:43:20 LOG3[2696:2700]: c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) 2007.11.12 08:43:20 LOG3[2696:2700]: Unable to open output file: c:\Programme\stunnel\logs\stunnel.log Best Regards Jan -----Ursprüngliche Nachricht----- Von: stunnel-users-bounces@mirt.net [mailto:stunnel-users-bounces@mirt.net] Im Auftrag von Michal Trojnara Gesendet: Freitag, 9. November 2007 22:25 An: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs Jan.Haering@rz-kiru.de wrote:
1. In Version 4.21: No Taskbar Icon is displayed when the service starts. Although the taskbar ist set in config file (taskbar = yes).
It's not a bug. It's a feature. Any object (icon, window, etc.) displayed by a service may be exploited by a local user to gain privileges of this user (in this case usually LocalSystem).
2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i started the service over Start -> Programm Files -> stunnel -> Service Start (stunnel -start) no log files are written. If i start the service over services.msc from Windows or "sc start stunnel" log files are written.
The icon log displayed the following message in version 4.18 and 4.20 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: stunnel.log
Did you try to specify full file path (e.g. c:\stunnel.log)? Best regards, Mike

A wild guess: is it truncating your "Program Files" path? I don't know what it is called in German, but "c:\Programme\stunnel" looks too short to me. Try using quotes, short path names and/or forward slashes instead of bakslashes. Best regards. On Mon, 2007-11-12 at 09:32 +0100, Jan.Haering@rz-kiru.de wrote:
The second Bug appears also with full specified path. There will be a problem in Version 4.2x > 4.21 to find the log, because this message is not be logged the log-file, only in the Icon log which is not available in 4.21.
2007.11.12 08:43:20 LOG3[2696:2700]: c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) 2007.11.12 08:43:20 LOG3[2696:2700]: Unable to open output file: c:\Programme\stunnel\logs\stunnel.log
Best Regards Jan
-----Ursprüngliche Nachricht----- Von: stunnel-users-bounces@mirt.net [mailto:stunnel-users-bounces@mirt.net] Im Auftrag von Michal Trojnara Gesendet: Freitag, 9. November 2007 22:25 An: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs
Jan.Haering@rz-kiru.de wrote:
1. In Version 4.21: No Taskbar Icon is displayed when the service starts. Although the taskbar ist set in config file (taskbar = yes).
It's not a bug. It's a feature. Any object (icon, window, etc.) displayed by a service may be exploited by a local user to gain privileges of this user (in this case usually LocalSystem).
2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i started the service over Start -> Programm Files -> stunnel -> Service Start (stunnel -start) no log files are written. If i start the service over services.msc from Windows or "sc start stunnel" log files are written.
The icon log displayed the following message in version 4.18 and 4.20 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: stunnel.log
Did you try to specify full file path (e.g. c:\stunnel.log)?
Best regards, Mike _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users
-- Gonzalo Diethelm gonzalo.diethelm@diethelm.org

Hallo, i tried both, another path and forward slashes and it does not work. The following message still appears: c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) Unable to open output file: c:\Programme\stunnel\logs\stunnel.log What happens if you start the Service over "stunnel.exe -start"? Do you get the same message? Best Regards ________________________________ Von: Gonzalo Diethelm [mailto:gonzalo.diethelm@diethelm.org] Gesendet: Montag, 12. November 2007 15:22 An: Häring, Jan (KIRU) Cc: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs A wild guess: is it truncating your "Program Files" path? I don't know what it is called in German, but "c:\Programme\stunnel" looks too short to me. Try using quotes, short path names and/or forward slashes instead of bakslashes. Best regards. On Mon, 2007-11-12 at 09:32 +0100, Jan.Haering@rz-kiru.de wrote: The second Bug appears also with full specified path. There will be a problem in Version 4.2x > 4.21 to find the log, because this message is not be logged the log-file, only in the Icon log which is not available in 4.21. 2007.11.12 08:43:20 LOG3[2696:2700]: c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) 2007.11.12 08:43:20 LOG3[2696:2700]: Unable to open output file: c:\Programme\stunnel\logs\stunnel.log Best Regards Jan -----Ursprüngliche Nachricht----- Von: stunnel-users-bounces@mirt.net [mailto:stunnel-users-bounces@mirt.net] Im Auftrag von Michal Trojnara Gesendet: Freitag, 9. November 2007 22:25 An: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs Jan.Haering@rz-kiru.de wrote: > 1. In Version 4.21: > No Taskbar Icon is displayed when the service starts. Although the > taskbar ist set in config file (taskbar = yes). It's not a bug. It's a feature. Any object (icon, window, etc.) displayed by a service may be exploited by a local user to gain privileges of this user (in this case usually LocalSystem). > 2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i > started the service over Start -> Programm Files -> stunnel -> Service > Start (stunnel -start) no log files are written. If i start the > service over services.msc from Windows or "sc start stunnel" log files are written. > > The icon log displayed the following message in version 4.18 and 4.20 > 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) > 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: > stunnel.log Did you try to specify full file path (e.g. c:\stunnel.log)? Best regards, Mike _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users -- Gonzalo Diethelm gonzalo.diethelm@diethelm.org

I installed in C:\Program Files, and copied the folder stunnel to somewhere else such as c:\non_microsoft; then uninstall the stunnel; running the program (double click the stunnel.exe) from c:\non_microsoft\stunnel; it works fine jz ----- Original Message ---------------
Return-Path: <stunnel-users-bounces@mirt.net> Received: from linode.mirt.net ([64.22.71.125]) by ellingtongeologic.com for <jz@ellingtongeologic.com>; Wed, 14 Nov 2007 05:33:02 -0800 Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id A851C1C24D; Wed, 14 Nov 2007 14:32:03 +0100 (CET) Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id BEA251C238; Wed, 14 Nov 2007 14:31:59 +0100 (CET) X-Original-To: stunnel-users@mirt.net Delivered-To: stunnel-users@mirt.net Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id 522DC1C233 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:56 +0100 (CET) Received: from i1rrzssmtp05v.rz-as.de (i1rrzssmtp05v.rz-as.de [195.189.93.154]) by linode.mirt.net (Postfix) with ESMTP id CCDBD1C146 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:53 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de (i1rrzssmtp01v.rz-as.de [10.190.20.28]) by i1rrzssmtp05v.rz-as.de (Postfix) with ESMTP id 7A923C414F5 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 669D94080ED for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de ([10.190.20.28]) by localhost (i1rrzssmtp01v [10.190.20.28]) (amavisd-new, port 10024) with ESMTP id 29035-02 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from i1rrzsexch01.kvnbw.intra (unknown [10.190.111.39]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 42AC54083D7 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 14 Nov 2007 14:31:51 +0100 Message-ID: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA4D@i1rrzsexch01.kvnbw.intra> In-Reply-To: <1194877312.6195.13.camel@asus-gonzo> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: [stunnel-users] Bugs thread-index: AcglO4gtrDtuzql3QfK+IO77YkmPAQBhe6Cg References: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA44@i1rrzsexch01.kvnbw.intra> <200711092225.31336.Michal.Trojnara@mobi-com.net> <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA46@i1rrzsexch01.kvnbw.intra> <1194877312.6195.13.camel@asus-gonzo> From: <Jan.Haering@rz-kiru.de> To: <stunnel-users@mirt.net> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at rz-kiru.de X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [stunnel-users] Bugs X-BeenThere: stunnel-users@mirt.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: "public, moderate-volume list - general discussion, problem reports, patches" <stunnel-users.mirt.net> List-Unsubscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=unsubscribe> List-Archive: <http://stunnel.mirt.net/pipermail/stunnel-users> List-Post: <mailto:stunnel-users@mirt.net> List-Help: <mailto:stunnel-users-request@mirt.net?subject=help> List-Subscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=subscribe> Content-Type: multipart/mixed; boundary="===============1565634509==" Mime-version: 1.0 Sender: stunnel-users-bounces@mirt.net Errors-To: stunnel-users-bounces@mirt.net X-Virus-Scanned: ClamAV using ClamSMTP
This is a multi-part message in MIME format.
--===============1565634509== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C826C2.B73751C4"
This is a multi-part message in MIME format.
------_=_NextPart_001_01C826C2.B73751C4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
=20 Hallo, =20 i tried both, another path and forward slashes and it does not work. The = following message still appears: =20 c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) Unable to open output file: c:\Programme\stunnel\logs\stunnel.log
What happens if you start the Service over "stunnel.exe -start"? Do you = get the same message?
Best Regards
________________________________
Von: Gonzalo Diethelm [mailto:gonzalo.diethelm@diethelm.org]=20 Gesendet: Montag, 12. November 2007 15:22 An: H=E4ring, Jan (KIRU) Cc: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs
A wild guess: is it truncating your "Program Files" path? I don't know = what it is called in German, but "c:\Programme\stunnel" looks too short = to me. Try using quotes, short path names and/or forward slashes instead = of bakslashes.
Best regards.
On Mon, 2007-11-12 at 09:32 +0100, Jan.Haering@rz-kiru.de wrote:=20
The second Bug appears also with full specified path. There will be a = problem in Version 4.2x > 4.21 to find the log, because this message is = not be logged the log-file, only in the Icon log which is not available = in 4.21. =09 2007.11.12 08:43:20 LOG3[2696:2700]: = c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) 2007.11.12 08:43:20 LOG3[2696:2700]: Unable to open output file: = c:\Programme\stunnel\logs\stunnel.log =09 Best Regards Jan =09 =09 -----Urspr=FCngliche Nachricht----- Von: stunnel-users-bounces@mirt.net = [mailto:stunnel-users-bounces@mirt.net] Im Auftrag von Michal Trojnara Gesendet: Freitag, 9. November 2007 22:25 An: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs =09 Jan.Haering@rz-kiru.de wrote:
1. In Version 4.21: No Taskbar Icon is displayed when the service starts. Although the=20 taskbar ist set in config file (taskbar =3D yes). =09 It's not a bug. It's a feature. Any object (icon, window, etc.) = displayed by a service may be exploited by a local user to gain = privileges of this user (in this case usually LocalSystem). =09 2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i=20 started the service over Start -> Programm Files -> stunnel -> = Service=20 Start (stunnel -start) no log files are written. If i start the=20 service over services.msc from Windows or "sc start stunnel" log = files are written.
The icon log displayed the following message in version 4.18 and 4.20 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: stunnel.log =09 Did you try to specify full file path (e.g. c:\stunnel.log)? =09 Best regards, Mike
stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users =09

But I am talking about the "service". The .exe works fine too. You install the service with stunnel -install on the shell You start the service with stunnel -start on the shell or Start --> Programs --> stunnel --> Service Install Start --> Programs --> stunnel --> Service Start Best Regards Jan -----Ursprüngliche Nachricht----- Von: J Zhang@ellington & Associates [mailto:jz@ellingtongeologic.com] Gesendet: Mittwoch, 14. November 2007 15:13 An: Häring, Jan (KIRU); stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs I installed in C:\Program Files, and copied the folder stunnel to somewhere else such as c:\non_microsoft; then uninstall the stunnel; running the program (double click the stunnel.exe) from c:\non_microsoft\stunnel; it works fine jz ----- Original Message ---------------
Return-Path: <stunnel-users-bounces@mirt.net> Received: from linode.mirt.net ([64.22.71.125]) by ellingtongeologic.com for <jz@ellingtongeologic.com>; Wed, 14 Nov 2007 05:33:02 -0800 Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id A851C1C24D; Wed, 14 Nov 2007 14:32:03 +0100 (CET) Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id BEA251C238; Wed, 14 Nov 2007 14:31:59 +0100 (CET) X-Original-To: stunnel-users@mirt.net Delivered-To: stunnel-users@mirt.net Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id 522DC1C233 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:56 +0100 (CET) Received: from i1rrzssmtp05v.rz-as.de (i1rrzssmtp05v.rz-as.de [195.189.93.154]) by linode.mirt.net (Postfix) with ESMTP id CCDBD1C146 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:53 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de (i1rrzssmtp01v.rz-as.de [10.190.20.28]) by i1rrzssmtp05v.rz-as.de (Postfix) with ESMTP id 7A923C414F5 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 669D94080ED for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de ([10.190.20.28]) by localhost (i1rrzssmtp01v [10.190.20.28]) (amavisd-new, port 10024) with ESMTP id 29035-02 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from i1rrzsexch01.kvnbw.intra (unknown [10.190.111.39]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 42AC54083D7 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 14 Nov 2007 14:31:51 +0100 Message-ID: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA4D@i1rrzsexch01.kvnbw.intra> In-Reply-To: <1194877312.6195.13.camel@asus-gonzo> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: [stunnel-users] Bugs thread-index: AcglO4gtrDtuzql3QfK+IO77YkmPAQBhe6Cg References: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA44@i1rrzsexch01.kvnbw.intra> <200711092225.31336.Michal.Trojnara@mobi-com.net> <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA46@i1rrzsexch01.kvnbw.intra> <1194877312.6195.13.camel@asus-gonzo> From: <Jan.Haering@rz-kiru.de> To: <stunnel-users@mirt.net> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at rz-kiru.de X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [stunnel-users] Bugs X-BeenThere: stunnel-users@mirt.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: "public, moderate-volume list - general discussion, problem reports, patches" <stunnel-users.mirt.net> List-Unsubscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=unsubscribe> List-Archive: <http://stunnel.mirt.net/pipermail/stunnel-users> List-Post: <mailto:stunnel-users@mirt.net> List-Help: <mailto:stunnel-users-request@mirt.net?subject=help> List-Subscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=subscribe> Content-Type: multipart/mixed; boundary="===============1565634509==" Mime-version: 1.0 Sender: stunnel-users-bounces@mirt.net Errors-To: stunnel-users-bounces@mirt.net X-Virus-Scanned: ClamAV using ClamSMTP
This is a multi-part message in MIME format.
--===============1565634509== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C826C2.B73751C4"
This is a multi-part message in MIME format.
------_=_NextPart_001_01C826C2.B73751C4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
=20 Hallo, =20 i tried both, another path and forward slashes and it does not work. The = following message still appears: =20 c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) Unable to open output file: c:\Programme\stunnel\logs\stunnel.log
What happens if you start the Service over "stunnel.exe -start"? Do you = get the same message?
Best Regards
________________________________
Von: Gonzalo Diethelm [mailto:gonzalo.diethelm@diethelm.org]=20 Gesendet: Montag, 12. November 2007 15:22 An: H=E4ring, Jan (KIRU) Cc: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs
A wild guess: is it truncating your "Program Files" path? I don't know = what it is called in German, but "c:\Programme\stunnel" looks too short = to me. Try using quotes, short path names and/or forward slashes instead = of bakslashes.
Best regards.
On Mon, 2007-11-12 at 09:32 +0100, Jan.Haering@rz-kiru.de wrote:=20
The second Bug appears also with full specified path. There will be a = problem in Version 4.2x > 4.21 to find the log, because this message is = not be logged the log-file, only in the Icon log which is not available = in 4.21. =09 2007.11.12 08:43:20 LOG3[2696:2700]: = c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) 2007.11.12 08:43:20 LOG3[2696:2700]: Unable to open output file: = c:\Programme\stunnel\logs\stunnel.log =09 Best Regards Jan =09 =09 -----Urspr=FCngliche Nachricht----- Von: stunnel-users-bounces@mirt.net = [mailto:stunnel-users-bounces@mirt.net] Im Auftrag von Michal Trojnara Gesendet: Freitag, 9. November 2007 22:25 An: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs =09 Jan.Haering@rz-kiru.de wrote:
1. In Version 4.21: No Taskbar Icon is displayed when the service starts. Although the=20 taskbar ist set in config file (taskbar =3D yes). =09 It's not a bug. It's a feature. Any object (icon, window, etc.) = displayed by a service may be exploited by a local user to gain = privileges of this user (in this case usually LocalSystem). =09 2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i=20 started the service over Start -> Programm Files -> stunnel -> = Service=20 Start (stunnel -start) no log files are written. If i start the=20 service over services.msc from Windows or "sc start stunnel" log = files are written.
The icon log displayed the following message in version 4.18 and 4.20 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: stunnel.log =09 Did you try to specify full file path (e.g. c:\stunnel.log)? =09 Best regards, Mike
stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users =09

Jan I opened a DOS window (run command), changed directory to the folder where stunnel is; typed "stunnel -install", the service is installed; and typed "stunnel -start", then the service is started. This should be the same thing as clicking
Start --> Programs --> stunnel --> Service Install Start --> Programs --> stunnel --> Service Start
regards JZ ----- Original Message ---------------
Return-Path: <stunnel-users-bounces@mirt.net> Received: from linode.mirt.net ([64.22.71.125]) by ellingtongeologic.com for <jz@ellingtongeologic.com>; Wed, 14 Nov 2007 08:10:02 -0800 Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id CD09B1C24B; Wed, 14 Nov 2007 17:09:19 +0100 (CET) Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id E7F831C137; Wed, 14 Nov 2007 17:09:12 +0100 (CET) X-Original-To: stunnel-users@mirt.net Delivered-To: stunnel-users@mirt.net Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id A05681C165 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 17:09:09 +0100 (CET) Received: from i1rrzssmtp05v.rz-as.de (i1rrzssmtp05v.rz-as.de [195.189.93.154]) by linode.mirt.net (Postfix) with ESMTP id 360C21C137 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 17:09:08 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de (i1rrzssmtp01v.rz-as.de [10.190.20.28]) by i1rrzssmtp05v.rz-as.de (Postfix) with ESMTP id 816C0C234DD for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 17:09:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 64AC14080ED for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 17:09:07 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de ([10.190.20.28]) by localhost (i1rrzssmtp01v [10.190.20.28]) (amavisd-new, port 10024) with ESMTP id 04777-15 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 17:09:07 +0100 (CET) Received: from i1rrzsexch01.kvnbw.intra (unknown [10.190.111.39]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 3EC4E408362 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 17:09:07 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 14 Nov 2007 17:09:06 +0100 Message-ID: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA4E@i1rrzsexch01.kvnbw.intra> In-Reply-To: <PC1760200711140812570077763648a6@your-4dacd0ea75> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: [stunnel-users] Bugs thread-index: AcgmygXgdzA5bU0QTPSmRx+OLh2DDgADgLMg References: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA4D@i1rrzsexch01.kvnbw.intra> <PC1760200711140812570077763648a6@your-4dacd0ea75> From: <Jan.Haering@rz-kiru.de> To: <stunnel-users@mirt.net> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at rz-kiru.de X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [stunnel-users] Bugs X-BeenThere: stunnel-users@mirt.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: "public, moderate-volume list - general discussion, problem reports, patches" <stunnel-users.mirt.net> List-Unsubscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=unsubscribe> List-Archive: <http://stunnel.mirt.net/pipermail/stunnel-users> List-Post: <mailto:stunnel-users@mirt.net> List-Help: <mailto:stunnel-users-request@mirt.net?subject=help> List-Subscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=subscribe> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: stunnel-users-bounces@mirt.net Errors-To: stunnel-users-bounces@mirt.net X-Virus-Scanned: ClamAV using ClamSMTP
But I am talking about the "service". The .exe works fine too.
You install the service with stunnel -install on the shell You start the service with stunnel -start on the shell
or
Start --> Programs --> stunnel --> Service Install Start --> Programs --> stunnel --> Service Start
Best Regards Jan
-----Ursprüngliche Nachricht----- Von: J Zhang@ellington & Associates [mailto:jz@ellingtongeologic.com] Gesendet: Mittwoch, 14. November 2007 15:13 An: Häring, Jan (KIRU); stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs
I installed in C:\Program Files, and copied the folder stunnel to somewhere else such as c:\non_microsoft; then uninstall the stunnel; running the program (double click the stunnel.exe) from c:\non_microsoft\stunnel;
it works fine
jz
----- Original Message ---------------
Return-Path: <stunnel-users-bounces@mirt.net> Received: from linode.mirt.net ([64.22.71.125]) by ellingtongeologic.com for <jz@ellingtongeologic.com>; Wed, 14 Nov 2007 05:33:02 -0800 Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id A851C1C24D; Wed, 14 Nov 2007 14:32:03 +0100 (CET) Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id BEA251C238; Wed, 14 Nov 2007 14:31:59 +0100 (CET) X-Original-To: stunnel-users@mirt.net Delivered-To: stunnel-users@mirt.net Received: from linode.mirt.net (localhost [127.0.0.1]) by linode.mirt.net (Postfix) with ESMTP id 522DC1C233 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:56 +0100 (CET) Received: from i1rrzssmtp05v.rz-as.de (i1rrzssmtp05v.rz-as.de [195.189.93.154]) by linode.mirt.net (Postfix) with ESMTP id CCDBD1C146 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:53 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de (i1rrzssmtp01v.rz-as.de [10.190.20.28]) by i1rrzssmtp05v.rz-as.de (Postfix) with ESMTP id 7A923C414F5 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 669D94080ED for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from i1rrzssmtp01v.rz-as.de ([10.190.20.28]) by localhost (i1rrzssmtp01v [10.190.20.28]) (amavisd-new, port 10024) with ESMTP id 29035-02 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Received: from i1rrzsexch01.kvnbw.intra (unknown [10.190.111.39]) by i1rrzssmtp01v.rz-as.de (Postfix) with ESMTP id 42AC54083D7 for <stunnel-users@mirt.net>; Wed, 14 Nov 2007 14:31:52 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 14 Nov 2007 14:31:51 +0100 Message-ID: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA4D@i1rrzsexch01.kvnbw.intra> In-Reply-To: <1194877312.6195.13.camel@asus-gonzo> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: [stunnel-users] Bugs thread-index: AcglO4gtrDtuzql3QfK+IO77YkmPAQBhe6Cg References: <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA44@i1rrzsexch01.kvnbw.intra> <200711092225.31336.Michal.Trojnara@mobi-com.net> <5DC5542DC7AC9B41AFBDD4CB6A39F690018BCA46@i1rrzsexch01.kvnbw.intra> <1194877312.6195.13.camel@asus-gonzo> From: <Jan.Haering@rz-kiru.de> To: <stunnel-users@mirt.net> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at rz-kiru.de X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [stunnel-users] Bugs X-BeenThere: stunnel-users@mirt.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: "public, moderate-volume list - general discussion, problem reports, patches" <stunnel-users.mirt.net> List-Unsubscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=unsubscribe> List-Archive: <http://stunnel.mirt.net/pipermail/stunnel-users> List-Post: <mailto:stunnel-users@mirt.net> List-Help: <mailto:stunnel-users-request@mirt.net?subject=help> List-Subscribe: <http://stunnel.mirt.net/mailman/listinfo/stunnel-users>, <mailto:stunnel-users-request@mirt.net?subject=subscribe> Content-Type: multipart/mixed; boundary="===============1565634509==" Mime-version: 1.0 Sender: stunnel-users-bounces@mirt.net Errors-To: stunnel-users-bounces@mirt.net X-Virus-Scanned: ClamAV using ClamSMTP
This is a multi-part message in MIME format.
--===============1565634509== Content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C826C2.B73751C4"
This is a multi-part message in MIME format.
------_=_NextPart_001_01C826C2.B73751C4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
=20 Hallo, =20 i tried both, another path and forward slashes and it does not work. The = following message still appears: =20 c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) Unable to open output file: c:\Programme\stunnel\logs\stunnel.log
What happens if you start the Service over "stunnel.exe -start"? Do you = get the same message?
Best Regards
________________________________
Von: Gonzalo Diethelm [mailto:gonzalo.diethelm@diethelm.org]=20 Gesendet: Montag, 12. November 2007 15:22 An: H=E4ring, Jan (KIRU) Cc: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs
A wild guess: is it truncating your "Program Files" path? I don't know = what it is called in German, but "c:\Programme\stunnel" looks too short = to me. Try using quotes, short path names and/or forward slashes instead = of bakslashes.
Best regards.
On Mon, 2007-11-12 at 09:32 +0100, Jan.Haering@rz-kiru.de wrote:=20
The second Bug appears also with full specified path. There will be a = problem in Version 4.2x > 4.21 to find the log, because this message is = not be logged the log-file, only in the Icon log which is not available = in 4.21. =09 2007.11.12 08:43:20 LOG3[2696:2700]: = c:\Programme\stunnel\logs\stunnel.log: Broken pipe (32) 2007.11.12 08:43:20 LOG3[2696:2700]: Unable to open output file: = c:\Programme\stunnel\logs\stunnel.log =09 Best Regards Jan =09 =09 -----Urspr=FCngliche Nachricht----- Von: stunnel-users-bounces@mirt.net = [mailto:stunnel-users-bounces@mirt.net] Im Auftrag von Michal Trojnara Gesendet: Freitag, 9. November 2007 22:25 An: stunnel-users@mirt.net Betreff: Re: [stunnel-users] Bugs =09 Jan.Haering@rz-kiru.de wrote:
1. In Version 4.21: No Taskbar Icon is displayed when the service starts. Although the=20 taskbar ist set in config file (taskbar =3D yes). =09 It's not a bug. It's a feature. Any object (icon, window, etc.) = displayed by a service may be exploited by a local user to gain = privileges of this user (in this case usually LocalSystem). =09 2. In probably all Versions (I have testet 4.18, 4.20 and 4.21) If i=20 started the service over Start -> Programm Files -> stunnel -> = Service=20 Start (stunnel -start) no log files are written. If i start the=20 service over services.msc from Windows or "sc start stunnel" log = files are written.
The icon log displayed the following message in version 4.18 and 4.20 2007.11.09 09:41:03 LOG3[2396:2400]: stunnel.log: Broken pipe (32) 2007.11.09 09:41:03 LOG3[2396:2400]: Unable to open output file: stunnel.log =09 Did you try to specify full file path (e.g. c:\stunnel.log)? =09 Best regards, Mike
stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users =09
stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users

Hallo, I am generating stunnel-certificates with openssl by using the stunnel.cnf. Is the stunnel.cnf necessary for generating certificates or can i use the normal openssl.cnf? Are there any compatibility problems? Best Regards Jan

Hello, The creation of certificates depends on openssl. You should use the OpenSSL configuration file. Here is some info. on OpenSSL http://old.pseudonym.org/ssl/ssl_cook.html --- Jan.Haering@rz-kiru.de wrote:
Hallo,
I am generating stunnel-certificates with openssl by using the stunnel.cnf. Is the stunnel.cnf necessary for generating certificates or can i use the normal openssl.cnf?
Are there any compatibility problems?
Best Regards Jan _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net
http://stunnel.mirt.net/mailman/listinfo/stunnel-users
____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
participants (5)
-
"J Zhang"@ellington
-
Algol Tradent
-
Gonzalo Diethelm
-
Jan.Haering@rz-kiru.de
-
Michal Trojnara