Hi, > The other difference is, that the webserver certificate was signed by > the same ca certificate as the working logon certificate. Can that be > the point?? Do I need to issue a new webserver ssl certificate using > openca?
that's the cause of the problem. You will have to tell mod_ssl to accept your issuing CA's certificate. Read the mod_ssl docs about how this is done, as far as I remember mod_ssl uses the CA certificate file for client auth as well. > And if yes, how can I do it? Is it possible to bring a self generated > pkcs10 request into openca? Yes, of course, via a "Server Request". cu Martin ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
