Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with certificates
2014-07-28, 13:21
Post: #21
RE: Problem with certificates
(2014-07-23 13:12)welty Wrote:  woowwwww, it works with "SSLVerifyClient require" and "SSLVerifyDepth 1" directives outside of the <Directory> !!

That makes some sense. If the SSLVerifyClient applies only to a specific directory (either via .htaccess or via <Directory>), then the server won't ask for a certificate until after it knows which directory the client is trying to access. At that point it would have to renegotiate, since there's no other way to ask for a client certificate once the TLS session has already been established.

There is a known plaintext-injection attack when renegotiation is enabled. Implementing renegotiation in iPXE would be relatively straightforward, but I'm not sure if it would substantially weaken the security, so I don't really want to do it until I understand the implications.

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




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