Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 937 Bytes

troubleshooting.md

File metadata and controls

13 lines (7 loc) · 937 Bytes

Troubleshooting

  • In this section we review a couple of common problems encountered

Mixed Content Errors

In the example below you’ve noticed the “https” was set - “https://ghost.akash.pro”. That is to make sure the backend (Ghost) is serving the HTTPD links only, since our goal was to enable HTTPS via TLS termination over Cloudflare.

In situations when the backend server is not HTTPS aware, you will see the content would not load due to a mixed content (this is when the server is offering non-HTTPS links while being accessed over HTTPS).

Here is an example of that, the deployment is set to “http://ghost.akash.pro” while “https://ghost.akash.pro” is opened in the browser.