Website can't be after getting SSL certificate

I've been trying to solve this issue for more than 5 weeks now, I'm desperate for help! Thanks (:

My domain is: blog.neurosight.co

I ran this command: sudo certbot --nginx -d blog.neurosight.co

It produced this output:

Enter email address (used for urgent renewal and security notices) (Enter 'c' to

cancel): ivan@neurosight.co


Please read the Terms of Service at

https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must

agree in order to register with the ACME server at

https://acme-v02.api.letsencrypt.org/directory


(A)gree/(C)ancel: A


Would you be willing to share your email address with the Electronic Frontier

Foundation, a founding partner of the Let's Encrypt project and the non-profit

organization that develops Certbot? We'd like to send you email about our work

encrypting the web, EFF news, campaigns, and ways to support digital freedom.


(Y)es/(N)o: Y

Obtaining a new certificate

Performing the following challenges:

http-01 challenge for blog.neurosight.co

Waiting for verification...

Cleaning up challenges

Deploying Certificate to VirtualHost /etc/nginx/sites-enabled/blog.neurosight.co

Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.


1: No redirect - Make no further changes to the webserver configuration.

2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for

new sites, or if you're confident your site works on HTTPS. You can undo this

change by editing your web server's configuration.


Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2

Redirecting all traffic on port 80 to ssl in /etc/nginx/sites-enabled/blog.neurosight.co


Congratulations! You have successfully enabled https://blog.neurosight.co

You should test your configuration at:


My web server is (include version): NGINX

The operating system my web server runs on is (include version): Ubuntu 18.04.5 LTS

My hosting provider, if applicable, is: AWS

I can login to a root shell on my machine (yes or no, or I don't know): Yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): I don't know

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 0.27.0

Thanks!

I think i just fixed it!

I was missing this step:

sudo ufw allow 'Nginx Full'

Phew!

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.