I have a site running on Apache. My site is working properly for http requests, but not for https.
This site is behind ProjectShield and I followed this tutorial in order to activate my own SSL certificate https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04
When I verify my SSL certificate I get this error:
And the IP 107.178.244.221 is not my IP, it is Google's IP.
- I have already enabled mod_ssl and opened ports 443 on the firewall.
- I can connect to it through telnet on port 443.
It seems that when the certificate was generated it took the ProjectShield address, and I think that is why my certificate is not working, and that is why browsers are closing the connection.
Is it possible to generate a Let's Encrypt certificate having the site behing ProjectShield. Please help me, thanks!
UPDATE: ProjectShield detects my LetsEncrypt certificate, and that makes me think that the configuration for ProjectShield and the certificate is working.
As I'm recently pointing to another IP ProjectShield is not enabled. I have to create 2 A records but currently, I don't have the DNS management, so I will update in a few days.
Thanks again for your help.