What version of Ghost are you using?
2.11.1 (Upgrading to 2.12.0 today though)
What configuration?
Version 2.11.1
Environment production
Database mysql
Mail Direct
What browser?
Firefox 64.0.2
What errors or information do you see in the console?
I have a valid HTTPS certificate applied to my site, but it shows that some content is not secure. I’m not sure what content is not secure or how to make it secure on my ghost server.
What steps could someone else take to reproduce the issue you’re having?
Go to my site in your browser.
Your URL is configured as htttp in ghost - you need to update it by running ghost config set url https://infosec.theos-blog.com and then running ghost restart in your installation directory
Hi @vikaspotluri123, or anyone else who may be able to help.
The issue is back.
I tried the same fix again, but it has not gone away.
Just to make sure it wasn’t a cache issue, I tried in Chrome and get a similar error.
Same info as before, but running Ghost 2.12.0 now.
I’ve my profile under Team, but don’t think I’ve done anything else.
Please let me know if there are any logs or config files I can send that may help.
Kind regards,
Ted
Great info @vikaspotluri123, and I’ve uploaded the files, but still have the issue. How did you find those to be problem files so quickly? More importantly, how might I? Teach a man to fish…
Could you double check that your blog cover and icon are being loaded over https?
Great question! It’s a combination of experience (knowing why something is where it is) and looking at the page source: view-source:https://infosec.theos-blog.com/ in Chrome
@vikaspotluri123, I do see them on the page which is supposed to be loading over HTTPS. I’m not sure how to check whether the images are uploading over HTTP or HTTPS though.
My images folder doesn’t look like it has anything in it except those two files. I may have to retrieve some stuff from my old server.
I built this one from scratch and used the .json backup to create the posts.
There’s your issue :P So the reason the images are loading as http is because Ghost stores images as absolute paths (e.g. https://my.site/path/to/image rather than /path/to/image). The easiest way to update the path is to re-upload the image so Ghost saves the path with https
OK @vikaspotluri123, I’ve zipped the directory on the old server, SCPed it to the new server, put it in place and changed ownership recursively on the files. I do have a 2016 and 2017 folder from the old server, but it looks like it’s searching for everything in the 2018/01 folder. Do I have to copy all the content there for this to work on the new server?
You can’t be on here 24x7 so I hope you’re getting some sleep or something. I’ll let you know how it goes.
Getting my dates mixed up. I now have a 2019 folder, which is new, along with a 2017 and 2018 folder. It should be looking for stuff in the right places.
@vikaspotluri123 I think I’ve got it. I had some files that didn’t have the right ownership. Changed them recursively again, restarted ghost, and it seems to be working now.
Incidentally, what forum software is in use here? It seems pretty cool and Ghost-like.
@vikaspotluri123, I deleted the images for my profile for now, and it’s working.
How often will I have to re-upload those to keep from having errors?
Kind regards,
Ted