Skip to content

Instantly share code, notes, and snippets.

@indrekots
Created October 8, 2013 11:05
Show Gist options
  • Save indrekots/6883039 to your computer and use it in GitHub Desktop.
Save indrekots/6883039 to your computer and use it in GitHub Desktop.
Tomcat server.xml connector conf for enabling SSL
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="/path/to/keystore"
keystorePass="password" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment