Discussion:
[stunnel-users] Server is down
Paul Muller
2018-11-12 19:33:12 UTC
Permalink
I've installed Stunnel before with no issues. But now I'm getting the following:

] Running on Windows 6.1
[.] Reading configuration from file stunnel.conf
[.] UTF-8 byte order mark not detected
[.] FIPS mode disabled
[ ] Compression disabled
[ ] No PRNG seeding was required
[ ] Initializing service [SMTP Outgoing]
[ ] Ciphers: HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK
[ ] TLS options: 0x03000004 (+0x00000000, -0x00000000)
[ ] No certificate or private key specified
[:] Service [SMTP Outgoing] needs authentication to prevent MITM attacks
[.] Configuration successful
[ ] Binding service [SMTP Outgoing]
[ ] Listening file descriptor created (FD=1388)
[ ] Setting accept socket options (FD=1388)
[ ] Option SO_EXCLUSIVEADDRUSE set on accept socket
[.] Binding service [SMTP Outgoing] to 0.0.0.0:25: Address already in use (WSAEADDRINUSE) (10048)
[!] Binding service [SMTP Outgoing] failed
[ ] Deallocating section defaults
[ ] Unbinding service [SMTP Outgoing]
[ ] Service [SMTP Outgoing] closed
[ ] Deallocating section [SMTP Outgoing]

[!] Server is down

Please let me know what I'm doing wrong here.

Thank you,



[logo1]



Paul A. Muller * Systems and Networking Consultant
Earnest & Associates * Profitability Improvement Specialists
Voice: 305.822.5353 x354 * Fax: 305.822.5848
Email: ***@earnestassoc.com<mailto:***@earnestassoc.com> * Web: earnestassoc.com<http://www.earnestassoc.com/> * Twitter: @earnestassoc<http://twitter.com/earnestassoc>
Małgorzata Olszówka
2018-11-13 07:19:14 UTC
Permalink
Post by Paul Muller
[.] Binding service [SMTP Outgoing] to 0.0.0.0:25: Address already in
use (WSAEADDRINUSE) (10048)
[!] Binding service [SMTP Outgoing] failed
...
Post by Paul Muller
[!] Server is down
Hello Paul,
I guess there is an other process listening on TCP port 25 and stunnel
service can not start now because there is a port conflict.
Try 'netstat -abn' in a command prompt window in a privilege elevated
session to identify this process. Then you can change this port number
to another free port in the stunnel configuration file.

Best regards,
Małgorzata Olszówka

Loading...