I recently went to secure my site.
I created a new SSl cert in the etsencrypt area.
For some reason when I visit the website it is directing me to another website.
It’s finding an old cert from another domain on the server and going to that expired cert and domain.
I have been browsing config files trying to find out where I am going wrong.
Please help.
The domain is towyo.com that is in question.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
How did you create the Let’s Encrypt website? You need to use certbot and it will automatically configure it properly for you.
Depending on what you are using, Nginx or Apache, try one of the following articles
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-22-04