Search found 4 matches

by skydriver
Tue Mar 13, 2007 4:55 pm
Forum: Unreal 3.2 Support
Topic: Problem with SSL-Connection
Replies: 7
Views: 2850

i see ... i've one semicolon too much...

Code: Select all


listen *:7443[b];[/b] {
        options {
                        ssl;
                };
        }; 

Thanks for help :D
by skydriver
Tue Mar 13, 2007 4:52 pm
Forum: Unreal 3.2 Support
Topic: Problem with SSL-Connection
Replies: 7
Views: 2850

ah ok .. seems i have a problem in my configfile...

I got the following output on "./unreal start"




Starting UnrealIRCd ...
by skydriver
Tue Mar 13, 2007 4:38 pm
Forum: Unreal 3.2 Support
Topic: Problem with SSL-Connection
Replies: 7
Views: 2850

Code: Select all

/Stats P

-irc.******.de- *** Listener on *:7443, clients 1. is PERM 
-
-irc.******.de- *** Listener on *:7000, clients 1. is PERM 
-
End of /STATS report

I've copied the following dll's in my mirc-folder:

ssleay32.dll
libeay32.dll
MSVCR70d.dll
by skydriver
Tue Mar 13, 2007 3:31 pm
Forum: Unreal 3.2 Support
Topic: Problem with SSL-Connection
Replies: 7
Views: 2850

Problem with SSL-Connection

Hello,

i've a problem with my SSL-Connection.

If i want to connect (via mIRC) i get the following error:

* Connecting to irc.*****.de (+7443)
-
* Unable to connect to server (Host disconnected)
-
* Connect cancelled

I have the 3 dll's in my mirc-folder.

I have compiled my unrealircd with SSL ...