Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@michaelortmann
Copy link
Member

@michaelortmann michaelortmann commented Oct 27, 2025

Found by: https://github.com/michaelortmann
Patch by: https://github.com/michaelortmann
Fixes:

One-line summary:
Enhance yet another tls error logging

Additional description (if needed):

Test cases demonstrating functionality (if applicable):
eggdrop.conf:

listen +3343 all
set ssl-verify-clients 15

> openssl s_client -connect 127.0.0.1:3343
Before:

[10:52:07] Telnet connection: localhost.home.arpa/50096
[10:52:07] EOF ident connection
[10:52:07] TLS: alert during write: fatal (unknown).
[10:52:07] Lost telnet connection to [email protected]/50096

After:

[11:05:06] Telnet connection: localhost.home.arpa/53642
[11:05:06] EOF ident connection
[11:05:06] TLS: alert during write: fatal (unknown).
[11:05:06] NET: SSL read failed. Peer did not return a certificate, which is mandatory due to ssl-verify settings.
[11:05:06] Lost telnet connection to [email protected]/53642

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant