Search found 4 matches

by TigrouMeow
Sat Dec 17, 2005 5:59 am
Forum: Unreal 3.2 Support
Topic: [SSL] My server only accepts SSL clients :(
Replies: 8
Views: 3537

I'm sorry i wasn't using the right configuration file ;)
It works now ! :)
by TigrouMeow
Sat Dec 17, 2005 5:42 am
Forum: Unreal 3.2 Support
Topic: [SSL] My server only accepts SSL clients :(
Replies: 8
Views: 3537

I get :
-meow.fr- *** Listener on 127.0.0.1:6668, clients 1. is PERM serversonly
-
-meow.fr- *** Listener on *:6667, clients 3. is PERM
-
-meow.fr- *** Listener on *:8067, clients 0. is PERM
-
-meow.fr- *** Listener on *:6697, clients 2. is PERM clientsonly SSL
by TigrouMeow
Sat Dec 17, 2005 5:37 am
Forum: Unreal 3.2 Support
Topic: [SSL] My server only accepts SSL clients :(
Replies: 8
Views: 3537

Sorry my english is not very good :)

I know i can use another port than 6667 for a normal connexion. That's the reason why i posted my configuration :

listen *:6667;
listen *:6696;

listen *:6697
{
options
{
ssl;
clientsonly;
};
};

6696 must work with normal connexion, but it doesn't work ...
by TigrouMeow
Thu Dec 15, 2005 4:57 am
Forum: Unreal 3.2 Support
Topic: [SSL] My server only accepts SSL clients :(
Replies: 8
Views: 3537

[SSL] My server only accepts SSL clients :(

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 ...