i also added this block to my unrealircd.conf and restarted the ircd. the CAcert-bundle.crt file contains both the CAcert.org Class 1 and Class 3 root certificates.
Code: Select all
set {
ssl {
certificate server.cert.pem;
key server.key.pem;
trusted-ca-file CAcert-bundle.crt;
};
};
In XChat on windows i get :
Code: Select all
* Looking up irc.androidia.net
* Connecting to irc.androidia.net (67.220.66.119) port 6697...
* * Subject: /O=Root CA/OU=http://www.cacert.org/CN=CA Cert Signing Authority/[email protected]
* * Issuer: /O=Root CA/OU=http://www.cacert.org/CN=CA Cert Signing Authority/[email protected]
* * Subject: /O=Root CA/OU=http://www.cacert.org/CN=CA Cert Signing Authority/[email protected]
* * Issuer: /O=Root CA/OU=http://www.cacert.org/CN=CA Cert Signing Authority/[email protected]
* * Subject: /CN=irc.androidia.net
* * Issuer: /O=Root CA/OU=http://www.cacert.org/CN=CA Cert Signing Authority/[email protected]
* * Certification info:
* Subject:
* CN=irc.androidia.net
* Issuer:
* O=Root CA
* OU=http:
*
* www.cacert.org
* CN=CA Cert Signing Authority
* [email protected]
* Public key algorithm: rsaEncryption (1024 bits)
* Sign algorithm sha1WithRSAEncryption
* Valid since Sep 4 06:46:52 2011 GMT to Mar 2 06:46:52 2012 GMT
* * Cipher info:
* Version: TLSv1/SSLv3, cipher AES256-SHA (256 bits)
* Connection failed. Error: self signed certificate in certificate chain.? (19)
Code: Select all
00:56 -!- Irssi: Looking up irc.androidia.net
00:56 -!- Irssi: Connecting to irc.androidia.net [67.220.66.119] port 6697
00:56 -!- Irssi: Connection to irc.androidia.net established
00:56 -!- Irssi: Connection lost to irc.androidia.net
Any ideas/things to try/hints? etc...
Thanks in advance!
death2all110