Content
View differences
Updated by Piotr F about 5 years ago
### **Environment**:
Your OpenProject Version: 11.2.2 / Community Edition
Operating System / Browser / OpenProject language:
Ubuntu 20.04 lts / FDE / English/
### **Logs**
### **Steps to reproduce:**
1. Default noSSL installation, works
2. reconfigure to add SSL
3. install Apache2 server
4. when asked, enter absolute paths to your certificates
5. install new memcached server and so on
### **Actual Behavior**
When asked for a path, what I enter in a blue window is:
`/etc/ssl/private/name123.key`
but the output says:
`AH00526: Syntax error on line 3 of /etc/openproject/addons/apache2/includes/vhost/ssl.conf:`
`SSLCertificateKeyFile: file '/etc/apache2/etc/ssl/private/name123.key' does not exist or is empty`
`Action 'configtest' failed.`
`The Apache error log may have more information.`
ssl.config however contains:
`SSLCertificateKeyFile etc/ssl/private/name123.key`
It looks like Apache adds its own piece of the path, ie.
`/etc/apache2`
before whatever a user puts during reconfiguration.
### **Expected Behavior**
Apache during the OpenProject SSL reconfiguration should keep the exact values put by a user.
Your OpenProject Version: 11.2.2 / Community Edition
Operating System / Browser / OpenProject language:
Ubuntu 20.04 lts / FDE / English/
### **Logs**
### **Steps to reproduce:**
1. Default noSSL installation, works
2. reconfigure to add SSL
3. install Apache2 server
4. when asked, enter absolute paths to your certificates
5. install new memcached server and so on
### **Actual Behavior**
When asked for a path, what I enter in a blue window is:
`/etc/ssl/private/name123.key`
but the output says:
`AH00526: Syntax error on line 3 of /etc/openproject/addons/apache2/includes/vhost/ssl.conf:`
`SSLCertificateKeyFile: file '/etc/apache2/etc/ssl/private/name123.key' does not exist or is empty`
`Action 'configtest' failed.`
`The Apache error log may have more information.`
ssl.config however contains:
`SSLCertificateKeyFile etc/ssl/private/name123.key`
It looks like Apache adds its own piece of the path, ie.
`/etc/apache2`
before whatever a user puts during reconfiguration.
### **Expected Behavior**
Apache during the OpenProject SSL reconfiguration should keep the exact values put by a user.