[SSL] My server only accepts SSL clients :(
Posted: Thu Dec 15, 2005 4:57 am
Hello,
I have a problem with my irc server. It was compiled with SSL, and i want 6697 to be available for client with SSL or not. Is it possible ?
For now, i choose to have a port for "normal" clients (6696 et 6667), and a port for SSL clients (6697). With SSL client, 6696 and 6697 work...
listen *:6667;
listen *:6696;
listen *:6697
{
options
{
ssl;
clientsonly;
};
};
I can't go to 6667, because i'm in china, and my university block this port (but the server is in france so it must work). 6696 i can't connect without SSL, and 6697 neither.
I would like everyone can connect on 6697 with SSL or not. If it's impossible, i want SSL on 6697 and NO SSL on 6696. My configuration doesn't work.
Do you see the problem ?
Thank you.
I have a problem with my irc server. It was compiled with SSL, and i want 6697 to be available for client with SSL or not. Is it possible ?
For now, i choose to have a port for "normal" clients (6696 et 6667), and a port for SSL clients (6697). With SSL client, 6696 and 6697 work...
listen *:6667;
listen *:6696;
listen *:6697
{
options
{
ssl;
clientsonly;
};
};
I can't go to 6667, because i'm in china, and my university block this port (but the server is in france so it must work). 6696 i can't connect without SSL, and 6697 neither.
I would like everyone can connect on 6697 with SSL or not. If it's impossible, i want SSL on 6697 and NO SSL on 6696. My configuration doesn't work.
Do you see the problem ?
Thank you.