Hi @jeffrey.wyman,
I visited your website at http://thedrybog.com
and I got redirected to https://www.thedrybog.com
as you can see in the command result below.
$ curl -LI "http://thedrybog.com"
HTTP/1.1 302 Found
Date: Thu, 01 Aug 2019 11:41:21 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Set-Cookie: __cfduid=d80b15fcd81bb89fe25d3b2b1663075bc1564659681; expires=Fri, 31-Jul-20 11:41:21 GMT; path=/; domain=.thedrybog.com; HttpOnly
X-Frame-Options: SAMEORIGIN
Location: https://thedrybog.com/
Server: cloudflare
CF-RAY: 4ff78ae3c88de11a-IAD
HTTP/1.1 301 Moved Permanently
Date: Thu, 01 Aug 2019 11:41:22 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Set-Cookie: __cfduid=d30b8fcf27180d853fc2845158e9f2af71564659682; expires=Fri, 31-Jul-20 11:41:22 GMT; path=/; domain=.thedrybog.com; HttpOnly
X-Frame-Options: SAMEORIGIN
Location: https://www.thedrybog.com/
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-RAY: 4ff78ae4dd2895c0-IAD
HTTP/1.1 200 OK
Date: Thu, 01 Aug 2019 11:41:22 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Set-Cookie: __cfduid=d4cc278de9e667fca631d69179e7412861564659682; expires=Fri, 31-Jul-20 11:41:22 GMT; path=/; domain=.thedrybog.com; HttpOnly
X-Frame-Options: SAMEORIGIN
Cache-Control: max-age=0, no-cache
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-RAY: 4ff78ae63c759fdc-IAD
It is also working for the API call you included on your post
curl -LI "http://thedrybog.com:80/ghost/api/v0.1/posts/?include=tags&limit=7&client_id=ghost-frontend&client_secret=c9f960c94e17"
HTTP/1.1 302 Found
Date: Thu, 01 Aug 2019 11:43:54 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Set-Cookie: __cfduid=dd0ffeb79bd82a3b438cb543d12d31c311564659834; expires=Fri, 31-Jul-20 11:43:54 GMT; path=/; domain=.thedrybog.com; HttpOnly
X-Frame-Options: SAMEORIGIN
Location: https://thedrybog.com/ghost/api/v0.1/posts/?include=tags&limit=7&client_id=ghost-frontend&client_secret=c9f960c94e17
Server: cloudflare
CF-RAY: 4ff78e9dcf2dcee8-IAD
HTTP/1.1 301 Moved Permanently
Date: Thu, 01 Aug 2019 11:43:55 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Set-Cookie: __cfduid=dd73366670133b9143feb37b9d266dc211564659834; expires=Fri, 31-Jul-20 11:43:54 GMT; path=/; domain=.thedrybog.com; HttpOnly
X-Frame-Options: SAMEORIGIN
Location: https://www.thedrybog.com/ghost/api/v0.1/posts/?include=tags&limit=7&client_id=ghost-frontend&client_secret=c9f960c94e17
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-RAY: 4ff78ea02df2cee4-IAD
HTTP/1.1 200 OK
Date: Thu, 01 Aug 2019 11:43:55 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 23511
Connection: keep-alive
Set-Cookie: __cfduid=dd5b2669fdc05a0a48df67218a4f246451564659835; expires=Fri, 31-Jul-20 11:43:55 GMT; path=/; domain=.thedrybog.com; HttpOnly
X-Frame-Options: SAMEORIGIN
X-Powered-By: Express
Cache-Control: no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0
ETag: W/"5bd7-Z/UXV7taojegB1e3OXp8oSQasWk"
Vary: Accept-Encoding
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-RAY: 4ff78ea18d90e0ae-IAD
Can you give us more information about your issue? Which sections of the website are you missing?
The only difference I see between the Ghost's config.production.json
config file and your CloudFlare configuration is that you are redirecting to https://www.thedrybog.com
using CloudFlare but the url
property of the config.production.json
file is set to http://thedrybog.com
. Can you update the URL in that file to be https://www.thedrybog.com
and restart services for changes to take effect?
sudo /opt/bitnami/ctlscript.sh restart
Regards,
Gonzalo