Folks, I am trying out the new SSL stuff and got the following error:
Feb 16 11:47:39 calculon ngircd[23498]: SSL_CTX_use_certificate_file: /usr/local/etc/ngircd/ssl/server.pem: error:0906D06C:PEM routines:PEM_read_bio:no start line
It could be that I did not create the cert correctly.. here is what I did:
openssl genrsa 1024 > server.key openssl req -new -nodes -sha1 -days 1825 -key server.key >server.cert cat server.cert server.key > server.pem && rm server.key
system is x86_64 Centos 4
Florian Westphal wrote:
Hi.
I have added SSL/TLS support to ngircd.
What works:
- incoming ssl/tls client and server connections
- outgoing server connections (server links)
What does not work yet:
- (X509) Certificate support.
The patch is here (created against ngircd CVSHEAD): http://www.strlen.de/ngircd/ngircd-ssl-2007-01-28.diff.bz2
Alternatively, you can grab ngircd-ssl from svn: svn co svn://svn.strlen.de/fw/ngircd-ssl/branches/ngircd-ssl-0.1.X
You need to pass either --with-openssl or --with-gnutls to the configure script. A sample config file is included in the docs directory. Please test and let me know if it works on your platform.
Thanks, Florian _______________________________________________ ngIRCd-ML mailing list ngIRCd-ML@Arthur.Ath.CX http://arthur.ath.cx/mailman/listinfo/ngircd-ml