Client SSL Certificate for Remote Includes
Posted: Thu Jun 11, 2009 6:01 pm
Hi,
I've been attempting to get remote includes working with SSL client certificates. I've properly configured Apache, created my own CA with the proper information, and also signed the unreal-generated CSR so that it would work. However, I still get this:
Any ideas or alternate methods?
I've been attempting to get remote includes working with SSL client certificates. I've properly configured Apache, created my own CA with the proper information, and also signed the unreal-generated CSR so that it would work. However, I still get this:
It also fails with normal HTTPS with password authentication. Obviously the certificates are self-signed, but here's the ssl portion of my config:*** Notice -- error: custom.conf:1: include: error downloading 'https://my.hostname/conf/test.conf': SSL certificate problem, verify that the CA cert is OK. Details:
*** Notice -- error: IRCd configuration failed to load
Code: Select all
ssl {
certificate "server.cert.pem";
key "server.key.pem";
trusted-ca "/home/myuser/CA/demoCA/cacert.pem";
options { insecure; };
};
};