Re: stunnel 5.38 released
Javier <[email protected]>
| Newsgroups | gmane.network.stunnel.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 30 Nov 2016 09:36:39 +0100 Małgorzata Olszówka <[email protected]> wrote: > Hello Javier, > I tried to replicate this bug, but I couldn't. Could you show me your > activities step-by-step? The log messages can be also helpful. Hi, just as I explained. There isn't any mistery ;) This time I did without a .lnk shortcut to avoid any possible problems with the path where should being executed. Just in case. So all through cmd ran from the stunnel path. I attach the example.conf used with an error already crafted just to test it and the log (removed from the point it loads the default stunnel.conf, instead example.conf). Step-by-step: 1.- stunnel.exe example.conf 2.- stunnel.exe brings the alert box with an error and stops 3.- edit example.conf manually or through "Configuration > Edit Configuration" menu 4.- reload the configuration through "Configuration > Reload Configutarion" menu 5.- stunnel loads by itself stunnel.conf instead example.conf Note: the log hasn't the same file name because after the error stunnel just ignores it and I had to save manually. Looks like it doesn't log anything to file unless the .conf is loaded without errors. Another bug? Regards. _______________________________________________ stunnel-users mailing list [email protected] https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
example.log
(application/octet-stream, 880 B)
[ ] Cron thread initialized [ ] Running on Windows 5.0 [ ] No limit detected for the number of clients [.] stunnel 5.38 on x86-pc-msvc-1500 platform [.] Compiled/running with OpenSSL 1.0.2j-fips 26 Sep 2016 [.] Threading:WIN32 Sockets:SELECT,IPv4 TLS:ENGINE,FIPS,OCSP,PSK,SNI [ ] errno: (*_errno()) [ ] GUI message loop initialized [ ] Running on Windows 5.0 [.] Reading configuration from file example.conf [.] UTF-8 byte order mark not detected [.] FIPS mode disabled [ ] Compression disabled [ ] Snagged 64 random bytes from C:/.rnd [ ] Wrote 1024 new random bytes to C:/.rnd [ ] PRNG seeded successfully [ ] Initializing service [example] [!] Service [example]: Each service must define two endpoints [!] Server is down 2016.11.30 18:52:31 LOG7[main]: Running on Windows 5.0 2016.11.30 18:52:31 LOG5[main]: Reading configuration from file stunnel.conf
example.conf
(application/octet-stream, 181 B)
debug = debug delay = yes output = logs\serverSTexample.log [example] client = no accept = 127.0.0.1:2532 ;connect = 127.0.0.1:443 cert = stunnel.pem key = stunnel.pem