Changes between Version 5 and Version 6 of ndg_security/Installation/Troubleshooting
- Timestamp:
- 07/06/12 08:19:57 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ndg_security/Installation/Troubleshooting
v5 v6 15 15 [client 128.115.184.49] SSLError: Permission denied 16 16 }}} 17 In this case the error has been caused at the point where the authorisation filter calls out to the authorisation service. It needs to read in a certificate and private key from files in order to set these to authenticate itself with the authorisation service. To fix change the ownership of the files. In general, all files under the `/usr/local/myapp` directory should be readable by the Apache process owner. e.g. for RedHat systems:17 In this case the error has been caused at the point where the authorisation filter calls out to the authorisation service. It needs to read in a certificate and private key from files in order to set these to authenticate itself with the authorisation service. To fix change the ownership of the files. In general, all files under the `/usr/local/myapp` directory should be readable by the Apache process owner. e.g. for !RedHat systems: 18 18 {{{ 19 19 chown -R apache:apache /usr/local/myapp