Jump to content
We've recently updated our Privacy Statement, available here ×
  • JasperReports Server cannot start when running HTTPS


    Jim W
    • Features: JasperReports Server Version: v5.0 Product: JasperReports® Server

    JasperReports Server cannot start when running HTTPS

    Issue Description:


    If you had installed JasperReports Server and it runs fine in HTTP, but it hangs on start up after you configured the HTTPS connector properly.

    Try the following solution.

    Resolution:

    1. Configure the HTTP connector in the Application Server.  For example, in Tomcat server.xml:

      Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
      maxThreads="150" scheme="https" secure="true"
      clientAuth="false" sslProtocol="TLS" keystoreFile="c:\keystore\keystore.keystore"
      

    2. Disable AprLifecycleListener

      - remove bintcnative-1.dll

      - remove  Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" line from server.xml.


    Ref. Case #00031201


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...