Page 1 of 1

Unreal 3.2 Whit SSL on Windows?

Posted: Sat Feb 23, 2008 8:43 pm
by FNdanielNL
I am trying to setup on port 6697 a ssl connection however i cant manage to get it working :S. Can anybody explain me or redirect me where i can find how to setup ssl on the Windows version of Unreal?

Re: Unreal 3.2 Whit SSL on Windows?

Posted: Sat Feb 23, 2008 9:26 pm
by Casper
Here you go
  • Download one of the two pre-compiled versions with SSL
    Set up a correct listenblock*
    In case you use mIRC, read this
* Example

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

Re: Unreal 3.2 Whit SSL on Windows?

Posted: Sat Feb 23, 2008 9:49 pm
by FNdanielNL
Well i use mIRC but do i need to download this pre-compiled versions with SSL because i get this

* Connecting to irc.transirc.com (+6697)
-
* Unable to connect to server (Host disconnected)
-

i do have this already:
listen *:6697 {
options {
ssl;
clientsonly;
};
};

But where do i download this pre-compiled versions with SSL?

Re: Unreal 3.2 Whit SSL on Windows?

Posted: Sat Feb 23, 2008 9:54 pm
by Jobe
http://www.unrealircd.org <- look on the LEFT side

Re: Unreal 3.2 Whit SSL on Windows?

Posted: Sat Feb 23, 2008 10:13 pm
by FNdanielNL
ty all have it working now :D