adidinchuk / blog-comments

0 stars 0 forks source link

setting-up-https-for-your-blog-certbot/ #1

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Setting up HTTPS for your blog or webapp with certbot and NGINX

Step by step guide for setting up SSL for your blog (Ghost) or web app using certbot and serving certificates using NGINX proxy.

http://www.theappliedarchitect.com/setting-up-https-for-your-blog-certbot/

ArtomD commented 4 years ago

Thanks, helped me out.

victordtrr commented 2 years ago

Hi, since your blog is presumably a ghost blog, it could be useful to precise you need to add https:// instead of http:// in your ghost blog config. If not, you will have a mix request error.

https://forum.ghost.org/t/http-mixed-content-error-with-publication-logo-ghost-4-0/21021/3

Also, if your blog is also a ghost blog, and you followed the previous tutorial, change your default port ( 80 ) to the same as this tutorial by doing a nano of your run.sh initial script, and replace the port line to : -p 2368:2368 \

Still a good tutorial.

suryafyi commented 2 years ago

Thanks Victor! Helped me out!!