-
Bug
-
Resolution: Obsolete
-
Normal
-
None
-
4.7
-
Low
-
None
-
Unspecified
-
If docs needed, set a value
-
Document URL:
The following guide is not very clear, although it works after some fixes, the guide might be improved.
1)
The option " SSLCipherSuite PROFILE=SYSTEM" doesn't work on httpd. The httpd will not start and complain in the error log.
[Thu Apr 29 22:53:22.464281 2021] [ssl:emerg] [pid 3442] AH01898: Unable to configure permitted SSL ciphers
2)
Add line to make sure the firewall is opened on the correct port.
3)
Add line that you can test the endpoint by running:
- curl -k -u <user>:<password> https://<URL>/basic/login.cgi
The result should be: (you can use admin for example)
~~~
~~~
Section Number and Name:
Basic authentication troubleshooting
Describe the issue:
Suggestions for improvement:
Additional information:
The section "Basic authentication troubleshooting" implies that with the commands below you should be able to test your own HTTPD implementation.
But it doesn't.