bflad / chef-stash

Chef Cookbook for Atlassian Stash
Other
37 stars 42 forks source link

Disable https on the Tomcat side #136

Closed legal90 closed 8 years ago

legal90 commented 8 years ago

The similar PRs were merged to JIRA and Confluence cookbooks: afklm/jira#30 https://github.com/parallels-cookbooks/confluence/pull/68

Production instances of Bitbucket Server (and Stash) usually use some web server as a reverse proxy at the front of Tomcat. In this cookbook we also configure Apache web server for these needs.

So, since https is actually terminating on the Apache side, there are no needs to manage keystore and configure TLS/SSL on the Tomcat side.

UPDATE: Closes #56