Ghost blog Archives - TEKSpace Blog https://blog.tekspace.io/tag/ghost-blog/ Tech tutorials for Linux, Kubernetes, PowerShell, and Azure Tue, 22 Aug 2023 17:23:28 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.1 https://blog.tekspace.io/wp-content/uploads/2023/09/cropped-Tekspace-logo-icon-32x32.png Ghost blog Archives - TEKSpace Blog https://blog.tekspace.io/tag/ghost-blog/ 32 32 Ghost blog content not secure warning https://blog.tekspace.io/ghost-blog-content-not-secure-warning/ https://blog.tekspace.io/ghost-blog-content-not-secure-warning/#respond Mon, 01 Apr 2019 23:40:56 +0000 https://blog.tekspace.io/index.php/2019/04/01/ghost-blog-content-not-secure-warning/ Are you receiving an error in your browser console and a pop-up in Chrome browser that content is loaded over HTTP, and it needs to be https? If yes, then you came to the right place. Mixed Content: The page at ‘https://example.com/ghost/#/site‘ was loaded over HTTPS, but requested an insecure resource ‘http://example.com/‘. This request has

The post Ghost blog content not secure warning appeared first on TEKSpace Blog.

]]>
Are you receiving an error in your browser console and a pop-up in Chrome browser that content is loaded over HTTP, and it needs to be https? If yes, then you came to the right place.

Mixed Content: The page at ‘https://example.com/ghost/#/site‘ was loaded over HTTPS, but requested an insecure resource ‘http://example.com/‘. This request has been blocked; the content must be served over HTTPS.

In this tutorial, I will demonstrate how to remove this warning and load all the content over https.

NOTE: This tutorial is demonstrated for ghost v2. If your blog is v1 it may differ, but I highly doubt that. The majority of ghost blog versions adhere to similar standards. If you are having problems. Please leave a comment below.

Assuming you have installed your ghost blog correctly and have your site hosted at /var/www/ghost. If your web hosting path is different. Navigate to that folder path and execute the below commands.

  1. By default, your site is set as HTTP. You can change that to HTTPS by executing the below command.

Navigate to the correct hosting path.

cd /var/www/ghost

Set site to HTTPS

ghost config set url https://example.com
  1. Once you have set your site URL to HTTPS, you can restart your ghost blog by executing the below command.
ghost restart

Thank you for following this tutorial. If you have feedback or any issues, feel free to share it below in the comments.

The post Ghost blog content not secure warning appeared first on TEKSpace Blog.

]]>
https://blog.tekspace.io/ghost-blog-content-not-secure-warning/feed/ 0