My first post on this forum is about an SSL problem.
I have requested a certificate at cacert.org
There is no problem, the ircd start and we can connect to it in SSL but I have an error we connecting:
Verify E: self signed certificate in certificate chain.? (19) -- Ignored
Google can't help me more so I ask here
What does it mean and how can I correct that ?
Thank you!
unrealircd.conf :
Code: Select all
ssl {
certificate "../cert/server.cert.pem";
key "../cert/server.key.pem";
trusted-ca-file "../cert/root.crt";
};