0 Replies Latest reply on Oct 8, 2013 8:10 AM by wagnbeu0

    Change JBOSS AS5.1 to Tomcat Native Library for better HTTPS performance

    wagnbeu0

      Hi, I currently use JBOSS 5.1 AS for a productive environment with HTTPS.Some users are not happy with the performance, so I checked the installation. I noticed that years ago we had the same problem with HTTP, so we installed the Apache Tomcat Native Library. The performance went much better after that.

       

      No I need to implement the existing HTTPS stuff with the Tomcat Native Library.

      My problem:

      I create local a server.keystore, create the Certificate Signing request file hostname.csr, get a signed file hostname.crt back, and import it into the server.keystore

       

      But the Tomcat Native Library does not recognize the file, it must be in the openssl format.

       

      How can I transfer the existing files to the right format without loosing the information? I need the local certificate for the webserver, and additional a PEM file with all the CA certifcates.

       

      I use:

      1. JBOSS 5.1 GA x64
      2. JAVA 1.6.0.23 x64
      3. Apache Tomcat Native Library 2.0.10-windows-x64