Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    Either the file names on httpd.conf don't match the actual certificate file names (you have server.key on the config file, but myserver.key on the openssl check), or it doesn't have permissions to read them. Also, note that since you are using the IP to make the connection, it probably won't match the server section on httpd.conf, which is set by name. Commented Nov 6, 2020 at 15:04
  • after some consideration, i decided trying use domain name connection, maybe that's is problem, because key and certificate is fine, checked many times, if certificate will not work, I will use let's encrypt, and don't comeback to comodo Commented Nov 12, 2020 at 7:30