Search found 4 matches

by lennon
Mon Sep 27, 2004 3:42 pm
Forum: Unreal 3.2 Support
Topic: Unreal listen in UDP port ?
Replies: 2
Views: 1840

ok thanks.
I can set it to listen localhost or is a good idea to blind it for only one server ip?
by lennon
Mon Sep 27, 2004 2:11 pm
Forum: Unreal 3.2 Support
Topic: Unreal listen in UDP port ?
Replies: 2
Views: 1840

Unreal listen in UDP port ?

Hi all,
by netstat output i see an UDP port listen on all ip of my machine.

Code: Select all

root@ns:/home/lennon# netstat -atnpu
................
....................
udp        0      0 0.0.0.0:32772           0.0.0.0:*                           7227/ircd
root@ns:/home/lennon#
It's normal ?

Thanks a lot.
by lennon
Sun Sep 26, 2004 11:13 pm
Forum: Unreal 3.2 Support
Topic: SSL Error: certificate is not yet valid.?
Replies: 8
Views: 6326

Today I'm able to connect:

Code: Select all

..............................
[01:15] --- * Verify E: self signed certificate.? (18) -- Ignored
[01:15] --- Connected. Now logging in..
.............................
Thanks a lot shell :wink:
by lennon
Sun Sep 26, 2004 7:13 pm
Forum: Unreal 3.2 Support
Topic: SSL Error: certificate is not yet valid.?
Replies: 8
Views: 6326

SSL Error: certificate is not yet valid.?

Hi all,
I have a problem whit SSL clients connection.
My machine : Slackware 9.0 (2.4.20) whit OpenSSL 0.9.7d
Unreal version 3.2.1

In my unrealircd.conf I have this:

listen XX.XX.XX.XX:9999
{
options
{
clientsonly;
ssl;
};
};


and this ...