Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0)

The error occurs usually when
1.When certificate file is not present at the said location
2.When SSL configuration is correct
If both of the above points are not creating an issue
3.Then you need to add/update following /etc/apache2/ports.conf from(without quotes) "Listen 443" to "Listen 443 http"

Comments

  1. So I got same problem but could you explain me why should we specify http protocol with port 443 ?
    It seems to be not compatible. Actually, port 443 is for https protocol only ...
    Thanks for your advice

    ReplyDelete
    Replies
    1. Would you please elaborate a bit further regarding your case, would love to help you.

      Delete

Post a Comment

Popular posts from this blog

Using a Self signed Certificate to Run Apache2 under SSL

Network configurations with minimal installation of Linux