https://issues.apache.org/bugzilla/show_bug.cgi?id=44522

           Summary: Https doesn't work on APR+OpenSSL
           Product: Tomcat 6
           Version: 6.0.14
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: PortForward
          Severity: critical
          Priority: P2
         Component: Native:Integration
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Tomcat6.0, JDK6.0, WindowsXP

APR works well under Tomcat5.5, but failed under tomcat6.0;

Tomcat seems is infinite loop to output below log when I try to access
https://localhost:443,

FINE: Checking context[/host-manager] reload resource
C:\Data\Home\Softwares\tomcat6.0\conf\context.xml
Mar 4, 2008 1:21:47 PM org.apache.catalina.startup.HostConfig checkResources
FINE: Checking context[/host-manager] reload resource
C:\Data\Home\Softwares\tomcat6.0\webapps\host-manager\META-INF\context.xml
Mar 4, 2008 1:21:47 PM org.apache.catalina.startup.HostConfig checkResources
FINE: Checking context[/host-manager] reload resource
C:\Data\Home\Softwares\tomcat6.0\conf\web.xml
Mar 4, 2008 1:21:47 PM org.apache.catalina.startup.HostConfig checkResources


Case reproduce:

I can see below info while starting tomcat server, which should mean the tomcat
starts successfully under the APR mode:
Mar 3, 2008 4:58:17 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080 Mar 3, 2008 4:58:17 PM
org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-443

But I always fail to access localhost:443, which gives me some info like "The
connection was interrupted" after very long wait.


Attached my server.xml.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to