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.

eggdrop 1.6.15 ssl patch anyone?

Old posts that have not been replied to for several years.
L
Luniz2k1
Voice
Posts: 19
Joined: Wed Sep 17, 2003 12:32 am

Post by Luniz2k1 »

Yes, I have the bots on both my private Unrealircd+SSL network and linknet on SSL port only. I just tried irc.unbounddestiny.com:3389 and it connected just fine.

Nick: <botnick>
> Address: <botnick>@Linknet-8a292f9cb9.somewhere.com «Internic Commercial»
> Name: <botnick>
> Channels: @#something
> Server: Linknet, SSL Encrypted Client
> Idle: 3 Minutes and 46 Seconds
> SignOn: Tuesday, February 3rd, 2004 at 4:33am
> User List Catagory: Not in User Lists
> Channels in common with <botnick>: #something
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Post by KevKev »

Woot! thanks for checking.. time to rebuild bots.
L
Luniz2k1
Voice
Posts: 19
Joined: Wed Sep 17, 2003 12:32 am

Post by Luniz2k1 »

Just dont forget to add this in your .conf:

set use-ssl 1
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Post by KevKev »

Yup. When i had compiled it before it had thrown a bunch of protocol errors anytime it attempted to connect to the server.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

yeah i don't think it works at all from what i can say ive read the some howtos and it is supposed to work like this as well
servers {
SSL:server:port
}
this does not work ..??

and it can't connect to any ssl server beter yet it crashes the entire server and i can connect with any other client

its a ddos tool lol
XplaiN but think of me as stupid
L
Luniz2k1
Voice
Posts: 19
Joined: Wed Sep 17, 2003 12:32 am

Post by Luniz2k1 »

Near the top of your .conf file:

set use-ssl 1

And for the servers to connect to:

set servers {
xxx.xxx.xxx.xxx:xxxx:password
}


(ip_address:ssl_port_to_connect_to:password)

I have 10 bots, all using the eggdrop1.6.15-ssl.fixed.diff.gz patch, all using the options here.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

what about servers without ssl ..?
XplaiN but think of me as stupid
L
Luniz2k1
Voice
Posts: 19
Joined: Wed Sep 17, 2003 12:32 am

Post by Luniz2k1 »

Then you set:

set use-ssl 0

And connect to a non SSL port on the IRC Server
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Post by KevKev »

It's all or nothing. Unfortunately you cannot specify both SSL and Non SSL servers. You are stuck with one or the other.
L
Luniz2k1
Voice
Posts: 19
Joined: Wed Sep 17, 2003 12:32 am

Post by Luniz2k1 »

Exactly. You either enable SSL and connect to an SSL port on the IRC server, or you disable SSL and connect to a normal port.
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Post by KevKev »

As a side note to this thread.... ANy SSL patch for 1.6.16? :)
Locked