Should i use following APR connector attribute ?
<Connector port="8443"
protocol="org.apache.coyote.http11.Http11AprProtocol"
maxThreads="200"
sslProtocol="TLSv1" sslEnabledProtocols="TLSv1.2"
clientAuth="false"
ciphers="AES256-SHA256"
scheme="https" secure="true" SSLEnabled="true"
SSLCertificateFile="p.pem"
SSLCertificateKeyFile="key.pem"
SSLCACertificateFile="AdminCA1.pem" />
