Search found 7 matches

by paul.smith
Thu Jun 02, 2005 11:05 pm
Forum: Unreal 3.2 Support
Topic: Weird SSL problems
Replies: 15
Views: 8368

Additonal info's

I run this agaisnt the SSL port on the 097d and 097g:

openssl s_client -connect 192.168.1.1:7000 -state > /097d.log 2>&1
(worked as exspected)

openssl s_client -connect 192.168.1.1:7000 -state > /097g.log 2>&1
(did not work, since it uses 097g)


here is the dump of the working connection (097d ...
by paul.smith
Thu Jun 02, 2005 10:37 pm
Forum: Unreal 3.2 Support
Topic: Weird SSL problems
Replies: 15
Views: 8368

I tried what you said and indeed it shows $true. the mirc client seems to load correctly, i checked to make sure al versions on the doze box are the same.

Still the connection problem remains. But the fact you mention 0.97e also, where did you get this info ? It might as well give me the pointers ...
by paul.smith
Thu Jun 02, 2005 10:00 pm
Forum: Unreal 3.2 Support
Topic: Weird SSL problems
Replies: 15
Views: 8368

Nope im not linking 2 servers. again... I have:

1 Standalone Server with 2 ports for clients

Port A: SSL (7000)
Port B: NO SSL (6667)

Both ports lead to the same server. There is no linking with other servers, its a standalone IRCD.

Then the client i have:

mirc client on doze box

Problem:

1 ...
by paul.smith
Wed Jun 01, 2005 9:10 pm
Forum: Unreal 3.2 Support
Topic: Weird SSL problems
Replies: 15
Views: 8368

errm did you read what the issue really is ? the issue is trying to connect a server with openssl in it. The server has 2 listeners, 1 uncrypted 1 with SSL. I cant connect to the ssl one, since openssl 0.97e (d works). Im not some noob who doenst know about snowmasks. Its a connectivity issue im ...
by paul.smith
Wed Jun 01, 2005 8:12 pm
Forum: Unreal 3.2 Support
Topic: Weird SSL problems
Replies: 15
Views: 8368

exact error messages

-***- Exiting ssl client [@192.168.1.3.2104]: SSL_accept(): Internal OpenSSL error or protocol error

It happens at connection, an uncrypted connection works flawlessly. I made sure boht versions of mirc dll's and openssl on my linux (gentoo hardened) system match, and that unreal is compiled ...
by paul.smith
Wed Jun 01, 2005 6:07 pm
Forum: Unreal 3.2 Support
Topic: Weird SSL problems
Replies: 15
Views: 8368

I know, it tells you loud and clear if you dont ;-) sorry i forgot to mention that, unreal has been recompiled for all the versions of the opsnssl's i tested with. Thx for the tip tho
by paul.smith
Wed Jun 01, 2005 2:39 pm
Forum: Unreal 3.2 Support
Topic: Weird SSL problems
Replies: 15
Views: 8368

Weird SSL problems

Hi,

to begin with, yes i searched the forum and i have rtfm'd ;-)
Have been running unrealircd for quite some time now and it runs smoothly no problems sofar. As of Openssl version 0.9.7e the problems started. I found this only out recently. I have a good runnign 3.2.3 wich is stable, but it i run ...