[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Httpd + mod_ssl + Jboss

erasmomarciano do-not-reply at jboss.com
Wed Apr 2 05:49:44 EDT 2008


Hi
Try to


Apache + ssl (enables everything about ssl) 
Jboss +ssl    (enables everything about ssl) 

In the htttp.conf you can configure  VirtualHost
with the module jk, apache communicates with Jboss


example

SSLEngine on
        SSLCipherSuite 
        SSLCertificateFile    /usr/local/apache2/conf/ssl.crt/server.crt
        SSLCertificateKeyFile /usr/local/apache2/conf/ssl.crt/server.key
        # Should mod_jk send SSL information to Tomcat (default is On)
        JkExtractSSL On
        # What is the indicator for SSL (default is HTTPS)
        JkHTTPSIndicator HTTPS
        # What is the indicator for SSL session (default is SSL_SESSION_ID)
        JkSESSIONIndicator SSL_SESSION_ID
        # What is the indicator for client SSL cipher suit (default is SSL_CIPHER)
        JkCIPHERIndicator SSL_CIPHER
        # What is the indicator for the client SSL certificated (default is SSL_CLIENT_CERT)
        JkCERTSIndicator SSL_CLIENT_CERT 

        JkMount.....
        


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140867#4140867

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140867



More information about the jboss-user mailing list