Re: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-29 Thread Marc Schöchlin
Hi, thanks for your response. I know that F5 loadbalancers can do this - unfortunately i use a shared loadbalancer without the possibility to do fast changes to the certificate revocation list. Regards Marc Am 28.06.2014 19:54, schrieb Marco Pizzoli: > Hi Marc, > as F5 user maybe you are not

Re: AW: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-28 Thread Marco Pizzoli
Hi Marc, as F5 user maybe you are not yet aware that with F5, leveraging iRules, you can: - implement client cert verification/validation, also specifically checking the CN of the certificate - publish to the apache backend custom HTTP headers carrying informations extracted from the client certifi

Re: AW: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-28 Thread Marc Schöchlin
Hi, On 06/26/2014 04:08 PM, andre.wen...@bmw.de wrote: > Why do you terminate the ssl on the F5 and not on the Apache-backend? We load > balance IP/Port-based on the F5 and terminate the SSL on the Apache backend, > so you would be able to turn on your SSLEngine and Proxy the SSL from the F5 >

AW: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-26 Thread Andre.Wendel
everything you want because you have all SSL information. Cheers, André -Ursprüngliche Nachricht- Von: Eric Covener [mailto:cove...@gmail.com] Gesendet: Donnerstag, 26. Juni 2014 00:05 An: users@httpd.apache.org Betreff: Re: [users@httpd] Client certificate auth behind f5 loadbalancer On

Re: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-25 Thread Eric Covener
On Wed, Jun 25, 2014 at 5:53 PM, Marc Schöchlin wrote: > in my understanding authentication using client certificates is just a > cryptographic validation of a public/private keypair over a already > established ssl-secured channel. > For example, it is possible to use a official certificate for t

Re: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-25 Thread Marc Schöchlin
Hi, in my understanding authentication using client certificates is just a cryptographic validation of a public/private keypair over a already established ssl-secured channel. For example, it is possible to use a official certificate for the ssl channel and my own ca for client certificate validat

Re: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-25 Thread Jens-U. Mozdzen
Hi Marc, Zitat von Marc Schöchlin : Hello apache-users, i'm trying to implement client certificate authentication behind a f5 loadbalancer. My loadbalancer terminates ssl, and dispatches the decrypted communication via network address translation to the backend apache server. The client certif

Re: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-25 Thread Eric Covener
On Wed, Jun 25, 2014 at 3:08 PM, Marc Schöchlin wrote: > [Browser with client cert]-->[Loadbalancer with SSL > termination]>[Apache 2.2.11] What certificate would Apache have access to if the LB communicates to it with HTTP? -- Eric Covener cove...@gmail.com --

[users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-25 Thread Marc Schöchlin
Hello apache-users, i'm trying to implement client certificate authentication behind a f5 loadbalancer. My loadbalancer terminates ssl, and dispatches the decrypted communication via network address translation to the backend apache server. The client certificate auth should be performed at the w