Hi,

I am testing tcnative-1.1.29 RC, with Tomcat 8.0.x trunk (r1531461) on Win7 64-bit. I have HTTPS configured. I can't get any response larger than 50 kB. For instance these links did not work for me (Firefox renders blank page):

https://localhost:443/docs/manager-howto.html
https://localhost:443/docs/config/http.html
...

Here is my connector configuration:

      <Connector protocol="org.apache.coyote.http11.Http11AprProtocol"
                 port="443"
                 maxHttpHeaderSize="8192"
                 maxThreads="150"
                 enableLookups="false" disableUploadTimeout="true"
                 acceptCount="100" scheme="https" secure="true"
                 SSLEnabled="true"
                 SSLCertificateFile="c:\Users\xx\xx.cert"
                 SSLCertificateKeyFile="c:\Users\xx\xx.key"
                 SSLCertificateChainFile="c:\Users\xx\xx.chain" />

Now, this is interesting: I know that 50 kB limit usually smells like sendfile issue. So I tried to add EITHER useSendfile="true" or useSendfile="false" to the above configuration, and with either of those attributes the problem is resolved.

-Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to