Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created February 10, 2015 04:04
Show Gist options
  • Select an option

  • Save javaeeeee/a7209e4ba4d4d41f80bb to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/a7209e4ba4d4d41f80bb to your computer and use it in GitHub Desktop.
Dropwizard HTTPS Configuration
#Server configuration.
server:
applicationConnectors:
- type: http
port: 8080
- type: https
port: 8443
keyStorePath: dwstart.keystore
keyStorePassword: crimson
validateCerts: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment