Bug 49774

Summary: admin webapp breaking https configuration when using tomcat-native libs
Product: Tomcat 5 Reporter: akostadinov
Component: Webapps:AdministrationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 5.5.28   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch to add APR-SSL support to admin app

Description akostadinov 2010-08-18 08:24:04 UTC
The most serious issue I see is that the admin application is eating the https connector configuration directives when using the tomcat-native libraries:
               SSLCertificateFile="host.crt"
               SSLCertificateKeyFile="host.key"
               SSLPassword="sdfsdf"
Comment 1 Mark Thomas 2010-08-27 17:17:47 UTC
Created attachment 25954 [details]
Patch to add APR-SSL support to admin app
Comment 2 Mark Thomas 2010-08-27 17:19:21 UTC
I have proposed the patch for 5.5.x
Comment 3 Mark Thomas 2010-09-03 12:40:31 UTC
The patch has been applied and will be included in 5.5.31 onwards.