Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't get Client certificates to work
2013-03-25, 11:57
Post: #4
RE: Can't get Client certificates to work
(2013-03-25 09:56)Viator Wrote:  Sorry for not mention this "detail". I get an "Operation not permitted (http://ipxe.org/410de13c)" on the client.

Thanks for clarifying!

I think this might be the problem:

Quote:
Code:
SSLCACertificateFile /var/ipxe/src/client.crt

I haven't tested, but I suspect that Apache wants the CA certificate that signed the client certificate specified here, rather than the client certificate itself. Try:

Code:
SSLCACertificateFile /var/ipxe/src/ca.crt

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Can't get Client certificates to work - mcb30 - 2013-03-25 11:57



User(s) browsing this thread: 1 Guest(s)