Oh I'm really sorry Chuck, It's good to hear from you.

I wanted to say I presumed my server.xml is well configured that was why I
can only see one error.

Below is what I have in my server.xml:

<Listener className="org.apache.catalina.core.AprLifecycleListener"
SSLEngine="on" />

<Connector port="8443"
protocol="org.apache.coyote.http11.Http11AprProtocol" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
sslProtocol="TLSv1" enableLookups="false"
SSLCertificateFile="${catalina.base}/config/certs/server.crt"
SSLCertificateKeyFile="${catalina.base}/config/certs/server.key"/>


Thank you

On Mon, Dec 5, 2011 at 1:54 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Oladapo Moshood [mailto:morec...@gmail.com]
> > Subject: Re: SSL configuration on apache tomcat 6 - Oracle EL5
>
> > Still waiting to hear from you folks.
>
> A bit impatient, are we?  Remember, everyone on this list is a
> _volunteer_, not paid.  If you want immediate answers, hire someone.
>
> > I presume if I did not configure server.xml right, then I should see more
> > errors than this.
>
> Why do you presume that?  And not posting your server.xml here makes it
> pretty much impossible for anyone to help you.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to