Hi,

I don't have this problem at tomcat 6.0.18

    <Executor name="tomcatThreadPool" namePrefix="catalina-exec-"
        maxThreads="150" minSpareThreads="4"/>
<Connector port="9080" executor="tomcatThreadPool" protocol="HTTP/1.1"
               connectionTimeout="60000" URIEncoding="UTF-8" />
<Connector port="9089" schema="http" secure="true" executor="tomcatThreadPool" protocol="HTTP/1.1"
               connectionTimeout="60000" URIEncoding="UTF-8" />


Test with folloing index.jsp
<%= new java.util.Date() %>
<%= request.isSecure() %

As you want SSL enabled, you must add schema="https" secure="true" SSLEnabled="true"
at your config.

Peter



Am 07.10.2008 um 21:01 schrieb Christopher Schultz:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chuck,

Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Subject: Re: Non-secure HTTP connector with secure="true" requires
a keystore?

I tried it with scheme="http" at first, and got the same exception.


The code in 6.0 is noticeably different from that in 5.5 for protocol
initialization, including setting up the socket factory.  Would it be
possible to test the config on 6.0 to see if you can achieve the
desired results there?

Yeah, I can probably try that. I don't even need an app to deploy in
order to test ;)

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjrsgkACgkQ9CaO5/Lv0PCWPQCbBXylAq0lmheCGZwpsxPrL9yA
SJEAoIoJ/FHSV+pK+6J1PalX9DWWWZCq
=xNNQ
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to