Skip to content

Instantly share code, notes, and snippets.

@MikeN123
Created February 4, 2014 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeN123/8814542 to your computer and use it in GitHub Desktop.
Save MikeN123/8814542 to your computer and use it in GitHub Desktop.
<Connector port="8443" protocol="HTTP/1.1"
connectionTimeout="20000" keepAliveTimeout="120000"
SSLEnabled="true" scheme="https" secure="true"
clientAuth="false" SSLProtocol="SSLv3+TLSv1"
SSLCertificateFile="conf/certificate.pem"
SSLCertificateKeyFile="conf/key.pem"
SSLCertificateChainFile="conf/chain.pem"
SSLCipherSuite="<<see https://wiki.mozilla.org/Security/Server_Side_TLS>>"
SSLHonorCipherOrder="true" SSLDisableCompression="true"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment