Question

Site not showing after installing SSL certificate

I recently installed the SSL certificate, during the installation process in the console, I needed to select an option between 1) Sitename.com and 2) www.sitename.com, and I have chosen 2 options.

After completing the installation process, I invented my site but unfortunately I could not reach my site at home or my WP-Admin panel. Now anyone can helps me solve this problem.


Submit an answer
Answer a 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!

Sign In or Sign Up to Answer

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.

Hi there,

What I could suggest is running the command again. The output of the certbot command usually looks as follows:

Which names would you like to activate HTTPS for?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: your_domain
2: www.your_domain
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 

What you could do is to specify both of your www and non-www versions by entering: 1,2 and then pressing enter.

Best,

Bobby