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.

SSL connect and "net: eof!(read) socket 5"

General support and discussion of Eggdrop bots.
Post Reply
s
stonezone
Voice
Posts: 2
Joined: Mon Oct 31, 2005 7:22 pm

SSL connect and "net: eof!(read) socket 5"

Post by stonezone »

trying to connect to ssl enabled irc server on port 16697 but keep getting the following errors. Patch went fine, compiled no problems


in the config I added the following:
set use-ssl 1
and when connecting I am presented with:

[11:21] === botboy: 0 channels, 0 users.
[11:21] main: entering loop
[11:21] Trying server x.x.x.x:16697
[11:21] net: connect! sock 5
[11:21] Connected to x.x.x.x
[11:21] net: eof!(read) socket 5
[11:21] Disconnected from x.x.x.x

changing the
set use-ssl 0
give me:

[11:25] === botboy: 0 channels, 0 users.
[11:25] main: entering loop
[11:25] Trying server x.x.x.x:16697
[11:25] net: connect! sock 6
[11:25] Connected to x.x.x.x
[11:25] net: eof!(read) socket 6
[11:25] Disconnected from x.x.x.x

Does anyone have any info on this, or can provide a way to enable more verbose error messages?

Thanks
s
stonezone
Voice
Posts: 2
Joined: Mon Oct 31, 2005 7:22 pm

Post by stonezone »

no suggestions at all?
Post Reply