ssl doesnt work :<

These are old archives. They are kept for historic purposes only.
Post Reply
peter

ssl doesnt work :<

Post by peter »

hey all,
well i just wanted to ask if some1 can tell me y my ssl doesnt work :/
i always get this

(20:14:40) * [10053] Software caused connection abort

this is my cfg:

class servers {
pingfreq 90;
maxclients 100;
sendq 1000000;
};


listen *:7666-7669
{

};
listen *:9000-9001
{
options
{
ssl;
clientsonly;
};
};


btw iam usin it on windows

thanks :>


e//oh well this is in my unrealircd.log

* No log { } block found -- using default: errors will be logged to 'ircd.log'

and in the ircd.log is nothin suspecious
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Which IRC client are you using?

If it's mIRC did you prefix the port number with a +?
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Re: ssl doesnt work :<

Post by White_Magic »

peter wrote:this is my cfg:

class servers {
pingfreq 90;
maxclients 100;
sendq 1000000;
};


listen *:7666-7669
{

};
listen *:9000-9001
{
options
{
ssl;
clientsonly;
};
};
btw why did u paste the server class block? O_o did u mean to paste the clients block instead?

also, try moving the braces to the same line as the block name...

Code: Select all

listen *:9000-9001 {
Options {
ssl;
clientsonly;
};
};
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Post Reply