SSL Error: certificate is not yet valid.?
Posted: Sun Sep 26, 2004 7:13 pm
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:
and this:
My ircd server startup is ok:
When I connect whit Xchat 2.4.0 whit my linux machine I have this error:
and the ircd logs send me this:
I have allready check "Accept invalid certificate" in xchat options. I try to connect whit different client.
Any ideas?
PS: sorry for my bad english
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:
Code: Select all
listen XX.XX.XX.XX:9999
{
options
{
clientsonly;
ssl;
};
};
Code: Select all
.............................
.............................
};
ssl {
certificate server.cert.pem;
key server.key.pem;
};
spamfilter {
..............................
..............................
Code: Select all
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2.1
using TRE 0.6.8
using OpenSSL 0.9.7d 17 Mar 2004
using zlib 1.1.4
* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Loading tunefile..
* Initializing SSL.
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
Code: Select all
................................
................................
[21:12] --- Public key algorithm: rsaEncryption (1024 bits)
[21:12] --- Public key algorithm uses ephemeral key with -1073743952 bits
[21:12] --- Sign algorithm md5WithRSAEncryption (0 bits)
[21:12] --- Valid since Sep 26 22:49:36 2004 GMT to Sep 26 22:49:36 2005 GMT
[21:12] --- * Cipher info:
[21:12] --- Version: TLSv1/SSLv3, cipher AES256-SHA (256 bits)
[21:12] --- Connection failed. Error: certificate is not yet valid.? (9)
Code: Select all
[21:12] --- Exiting ssl client [@XX.XX.XX.XX.55720]: SSL_read(): Underlying syscall error
Any ideas?
PS: sorry for my bad english