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.17-SSL won't connect to SSL port on ircd

Old posts that have not been replied to for several years.
Locked
M
MtM

Eggdrop-1.6.17-SSL won't connect to SSL port on ircd

Post by MtM »

I have no problems connecting with clients, but when the bot connects... it says "Connecting" and then a second or two after that, it says 'Disconnected" Other than patching my bot, are there any settings I need to put in the .conf for it to know it's SSL? (The bot WILL connect to non-ssl ports) Thanks for the help
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

M
MtM

Post by MtM »

I DO use port 7000 and STILL can't connect WITH an ssl patched eggy. Is that what you mean?

I have a patched mirc client, so I don't need to do any ssl tunneling, or anything (from what I understand, that's what the patch does) And I THOUGHT that by patching the eggy with the ssl patch, it was kind of the same thing, except with doing it to the eggy instead of a mirc client (thus not having to do any tunneling with stunnel, or whatever) So if I STILL need to use a program like that, then that's all I needed to know.
K
KevKev
Halfop
Posts: 67
Joined: Fri Oct 03, 2003 5:15 am

Post by KevKev »

make sure you set the config var that tells it to use SSL to connect. it's something like

Code: Select all

set use-ssl 1 
but you may have to check the docs for the patch to be sure.
Locked