How to configure apache and mod_proxy_ajp in order to forward ssl client certificate
        Posted  
        
            by giovanni.cuccu
        on Server Fault
        
        See other posts from Server Fault
        
            or by giovanni.cuccu
        
        
        
        Published on 2010-04-30T09:06:23Z
        Indexed on 
            2010/04/30
            9:17 UTC
        
        
        Read the original article
        Hit count: 513
        
Hi, I've developed a java application that need a ssl client certificate and in the staging environment with apache 2.2 and mod_jk it is working fine. In production the configuration is not using mod_jk but mod_proxy_ajp. I'm looking for an apache configuration example that configure ssl and mod_proxy_ajp for sending the ssl client certificate to the java application server (which listens with the ajp protocol). Thanks a lot
© Server Fault or respective owner