-
Notifications
You must be signed in to change notification settings - Fork 42
add the abbility to disable ssl #22
base: master
Are you sure you want to change the base?
Conversation
@@ -4281,6 +4281,8 @@ | |||
</welcome-file-list> | |||
|
|||
<!-- Require HTTPS for login --> | |||
<% if node['stash']['ssl'] == true -%> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
== true
is redundant and can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any changes here should also be done in web.xml.erb (for completeness).
Have you had any luck testing? Any way I can help? Thanks! |
does still need verification? |
any update on this? |
Some comments/suggestions resulting from a support case investigation together with Atlassian.
@bflad If you want me to, I could prepare a PR containing this cleanup (including the possibility to disable SSL). Also have a change which I have to integrate for our internal Stash 3.4 <-> JIRA Applink integration which requires an additional Tomcat connector if behind a reverse proxy (this is the result from the support case with Atlassian). |
@ramonskie sorry I never responded to this. Is anyone else using this branch? @sunruh I'd love to see a PR if you have the time, seems very useful to support that situation |
i added a option to disable ssl if needed