Passing the SSL key size from Apache HTTP Server to Apache Tomcat
search cancel

Passing the SSL key size from Apache HTTP Server to Apache Tomcat

book

Article ID: 293947

calendar_today

Updated On:

Products

Pivotal Web Server

Issue/Introduction

This article provides information on how to pass the key size of an SSL key from Apache HTTP Server to Apache Tomcat.

Resolution

If the Apache HTTP Server is connecting to an Apache Tomcat server via mod_jk using the ajp13 protocol, Servlet API 2.3 requires that the SSL key size be forwarded.

You can configure the Apache HTTP Server to forward the SSL key size using the JkOptions directive.

To configure the Apache HTTP Server to forward the SSL key size, add this entry to the httpd.conf or httpsd.conf file:
JkOptions          +ForwardKeySize


Additional Information

Additional Information
 
 
Note: The preceding link was correct as of January 06, 2012. If you find the link is broken, provide feedback and a VMware employee will update the link.
©VMware 2013