Unreal 3.2 Whit SSL on Windows?

These are old archives. They are kept for historic purposes only.
Post Reply
FNdanielNL
Posts: 18
Joined: Fri Sep 28, 2007 8:31 pm

Unreal 3.2 Whit SSL on Windows?

Post 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?
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Unreal 3.2 Whit SSL on Windows?

Post 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;
};
};
Ex Network-Administrator
FNdanielNL
Posts: 18
Joined: Fri Sep 28, 2007 8:31 pm

Re: Unreal 3.2 Whit SSL on Windows?

Post 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?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Unreal 3.2 Whit SSL on Windows?

Post by Jobe »

http://www.unrealircd.org <- look on the LEFT side
Your IP: Image
Your Country: Image
FNdanielNL
Posts: 18
Joined: Fri Sep 28, 2007 8:31 pm

Re: Unreal 3.2 Whit SSL on Windows?

Post by FNdanielNL »

ty all have it working now :D
Post Reply