> From: David kerber [mailto:dcker...@verizon.net] 
> Subject: Re: TLS is not working in 6.0.37, 7.0.42, 7.0.47

> > Sorry for asking u same thing again and again, i have tried many things
> > from above document, but nothing works for me, also no errors in the log
> >     <Connector port="8443"
> > protocol="org.apache.coyote.http11.Http11AprProtocol"
> >             maxThreads="200"
> >             clientAuth="false"
> >             ciphers="ECDH-ECDSA-AES128-GCM-SHA256"
> >             scheme="https" secure="true" SSLEnabled="true"
> >             SSLCertificateFile="/home/mudassir/pay/p.pem"
> >             SSLCertificateKeyFile="/home/mudassir/p-key.pem"
> >             SSLCACertificateFile="/home/mudassir/AdminCA1.pem" />
> >
> >    SSCipherSuit="ECDH-ECDSA-AES128-GCM-SHA256"

> If what you list here is what is really in your config file, you're not 
> proofreading your configuration entries very well.  You have 
> SSLCipherSuite misspelled (two missing letters), and it's not inside the 
> connector configuration entry.

Not to mention still having the ciphers attribute, which is not used with APR.

 - 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