This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

NET: SSL read failed. Non-SSL connection

General support and discussion of Eggdrop bots.
Post Reply
User avatar
vam2u
Voice
Posts: 35
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

NET: SSL read failed. Non-SSL connection

Post by vam2u »

Greetings folks,
Do anyone knows how to solve below error from console +d, I'm not able to connect

net: sockread(): SSL_read() SSL_ERROR_SYSCALL
NET: SSL read failed. Non-SSL connection?
net: eof!(read) socket 8
Disconnected from irc.dal.net
User avatar
CrazyCat
Revered One
Posts: 1279
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Re: NET: SSL read failed. Non-SSL connection

Post by CrazyCat »

You try to connect with SSL on a non-SSL port.
Change server settings.
User avatar
vam2u
Voice
Posts: 35
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Re: NET: SSL read failed. Non-SSL connection

Post by vam2u »

Thanks CrazyCat, but my eggrop conf was with port +6697
User avatar
vam2u
Voice
Posts: 35
Joined: Sat Mar 27, 2021 11:19 pm
Location: Malaysia

Re: NET: SSL read failed. Non-SSL connection

Post by vam2u »

or it's my vps SSL having some issue

Code: Select all

[04:05:25] Trying server irc.dal.net:+6697
[04:05:26] net: open_telnet_raw(): idx 2 host irc.dal.net ip 2a01:270:0:666d::1 port 6697 ssl 1
[04:05:27] TLS: attempting SSL negotiation...
[04:05:27] TLS: setting the server name indication (SNI) to irc.dal.net successful
[04:05:27] TLS: state change: before SSL initialization
[04:05:27] TLS: state change: before SSL initialization
[04:05:27] TLS: awaiting more reads
[04:05:27] TLS: handshake in progress
[04:05:27] TLS: awaiting more reads
[04:05:29] TLS: awaiting more writes
[04:05:29] net: sockread(): SSL_read() SSL_ERROR_SYSCALL
[04:05:29] NET: SSL read failed. Non-SSL connection?
[04:05:29] net: eof!(read) socket 8
[04:05:29] Disconnected from irc.dal.net
Post Reply