| Question: | I applied this patch #1, but my browser still insists that the certificate issuer is unknown. What should I do? | | Answer: | By default, an SSLCACertificateFile was not specified. Therefore, a SSL enabled website with a real certificate will display as the certificate was signed by unknown issuer. This patch fixes this problem by adding "SSLCACertificateFile /Library/Tenon/WebServer/Configuration/ssl.crt/ca-bundle.crt".
If the browser persists with an unknown issuer warning, please obtain a copy of the SSL Certificate Authority's credential. The credential should be appended to the /Library/Tenon/WebServer/Configuration/ssl.crt/ca-bundle.crt. | | last updated 25.04.2003 | |