Bug #6321
closedApache config for NCF builder is not suitable for apache 2.4
Description
- First of all, the Apache config for NCF builder is not suitable for apache 2.4 (Ubuntu 14.04). Please see the patch attached.
- Second I see the following Apache errors:
[Mon Mar 02 17:20:33.373209 2015] [:error] [pid 31744:tid 139859130631936] /usr/share/ncf-api-virtualenv/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html [Mon Mar 02 17:20:33.373545 2015] [:error] [pid 31744:tid 139859130631936] InsecureRequestWarning) [Mon Mar 02 17:20:33.382885 2015] [:error] [pid 31744:tid 139859164202752] /usr/share/ncf-api-virtualenv/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html [Mon Mar 02 17:20:33.383204 2015] [:error] [pid 31744:tid 139859164202752] InsecureRequestWarning)
- Third I can get to the techniqueEditor page, but it's a top bar with a white page. See attachement.
Files
Updated by Nicolas CHARLES over 9 years ago
Hi Dennis,
Thank you for your patch, i'll ask Benoit to have a look at it, as well as the Apache errors
For the white page, it may be due to the certificate error, or to something else.
People with an out of date ncf package reported this error, could you check the version of ncf you have ?
Updated by Nicolas CHARLES over 9 years ago
- Assignee set to Benoît PECCATTE
- Target version set to 2.11.8
Updated by Dennis Cabooter over 9 years ago
# dpkg -l |grep ncf ii ncf 0.201502201805-trusty1 all ncf - CFEngine framework ii ncf-api-virtualenv 3.0.1-trusty1 all ncf - CFEngine framework
Updated by François ARMAND over 9 years ago
It may also be something linked to the authentication. An authentication error used to lead to what you describe, and should be corrected with #5676.
Updated by Vincent MEMBRÉ over 9 years ago
- Target version changed from 2.11.8 to 2.11.9
Updated by François ARMAND over 9 years ago
- Subject changed from Technique editor issues to Apache config for NCF builder is not suitable for apache 2.4
- Status changed from New to Discussion
- Assignee changed from Benoît PECCATTE to Dennis Cabooter
- Reproduced set to No
Denis, I think I saw that you had feedback on these problem on irc. Have you still these problem, or were they resolved ?
Updated by François ARMAND over 9 years ago
I'm adding (perhaps relevant) information from #6321:
Python version:
- dpkg -l | grep "Interactive high-level object-oriented language" | grep -v stdlib
ii python2.7 2.7.6-8 amd64 Interactive high-level object-oriented language (version 2.7)
ii python3.4 3.4.0-2ubuntu1 amd64 Interactive high-level object-oriented language (version 3.4)- python --version
Python 2.7.6
No modification of headers.
Updated by Matthieu CERDA over 9 years ago
- Status changed from Discussion to Rejected
- Priority changed from N/A to 2
- % Done changed from 0 to 100
This problem has been resolved as part of #6392 :)
Closing this ticket as a dupe, thanks for reporting it so I could fix it Dennis !