On 1/3/2014 3:28 AM, Mudassir Aftab wrote:
Hi,

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"

I really appreciate your help


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.



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

Reply via email to