Content
View differences
Updated by Markus Kahl over 5 years ago
### **Environment**:
Your OpenProject Version: 11.1.2
Ubuntu 20.04
### **Steps to reproduce:**
1. Install OpenProject
2. Configure it not to use SSL
3. Set `Setting.protocol` to `https`
4. Run `openproject configure` again (e.g. after an upgrade)
### **Actual Behavior**
The setting is reset from `https` to `http`.
### **Expected Behavior**
The setting should remain the same **IF the user is using an external server to terminate SSL.**
# Discussion
We initially added this to make sure people have the correc setting depending on what they chose during configuration. But this does not consider external SSL termination.
In that case the setting should not be touched.
Do we need this setting override behaviour?
Should we maybe add a third option to the configuration wizard `auto/proxy` with which the setting is not touched?
Your OpenProject Version: 11.1.2
Ubuntu 20.04
### **Steps to reproduce:**
1. Install OpenProject
2. Configure it not to use SSL
3. Set `Setting.protocol` to `https`
4. Run `openproject configure` again (e.g. after an upgrade)
### **Actual Behavior**
The setting is reset from `https` to `http`.
### **Expected Behavior**
The setting should remain the same **IF the user is using an external server to terminate SSL.**
# Discussion
We initially added this to make sure people have the correc setting depending on what they chose during configuration. But this does not consider external SSL termination.
In that case the setting should not be touched.
Do we need this setting override behaviour?
Should we maybe add a third option to the configuration wizard `auto/proxy` with which the setting is not touched?