Martin Gainty wrote:
just so Im clear..this would not work with keystore files but will work with 
APR connector
and the Binaries must be compiled to JNI spec?
exactly, to use APR and OpenSSL, you can use Apache style certificates,

<Connector protocol="org.apache.coyote.http11.Http11AprProtocol"
          port="8443" minSpareThreads="5" maxSpareThreads="75"
enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200"
          scheme="https" secure="true" SSLEnabled="true"
SSLCertificateFile="/usr/local/ssl/server.crt" SSLCertificateKeyFile="/usr/local/ssl/server.pem"
          clientAuth="false" sslProtocol="TLS"/>


documented in
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

Filip
M--
--------------------------------------------------------------------------- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietary , confidential and exempt from disclosure. If you are not the intended recipient, you are notified that any dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------------------------------------------------- Le présent message électronique (y compris les pièces qui y sont annexées, le cas échéant) s'adresse au destinataire indiqué et peut contenir des renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. ----- Original Message ----- From: "Mladen Turk" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Thursday, March 29, 2007 7:55 AM
Subject: Re: Tomcat HTTPS Help needed


Martin Cavanagh wrote:
Removing the tcnative-1.dll library worked!

But doesn't that have the disadvantage of decreased performance for Tomcat?

Yes, APR connector with OpenSSL is 4 times faster then
with Java JSSE

Is there a way to install OpenSSL without compiling it?

Tcnative-1.dll for windows already
contains the OpenSSL code compiled in.
That's why the tcnative binaries are hosted on the Ireland's site.

Regards,
Mladen.

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

>
------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.20/737 - Release Date: 3/28/2007 4:23 
PM


---------------------------------------------------------------------
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