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

Vijay,

On 6/22/2009 3:14 PM, Jay M wrote:
> I am trying to compile the tomcat-native-1.1.14 from Ubuntu, am getting the
> message

Any reason to use tomcat-native-1.1.14 instead of tomcat-native-1.1.16?

> When starting the Server i am getting the Log INFO that failed to start
> SSLEngine.
> 
> Message shown below.
> 
> Jun 22, 2009 6:00:57 PM org.apache.catalina.core.AprLifecycleListener init
> INFO: Loaded APR based Apache Tomcat Native library 1.1.14.
> Jun 22, 2009 6:00:57 PM org.apache.catalina.core.AprLifecycleListener init
> INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
> [false], random [true].
> Jun 22, 2009 6:00:57 PM org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: Failed to initialize the SSLEngine.

Perhaps you have not set up your keystore, etc. correctly.

You need a <Connector> like this:

<Connector
           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"/>

See http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html for more info.

Please post your configuration if the above info doesn't help.

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

iEYEARECAAYFAko/39IACgkQ9CaO5/Lv0PBErQCeMzyqRHm+oERUjieJnxYcHROh
e6MAnAuanbrv4jJeANxcevFrU/e+1G+g
=DVO+
-----END PGP SIGNATURE-----

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

Reply via email to