"Connection not secure" on the homepage
-
- Master of the Forum
- Posts: 1449
- Joined: Tue Oct 27, 2015 3:46 pm
- Diet: Vegan
"Connection not secure" on the homepage
Apparently, some images or scripts on the homepage are transmitted unencrypted, and the browsers complain about that. Now, I do not think it is a serious issue, as the log-in page is secure, but it can frighten people.
- brimstoneSalad
- neither stone nor salad
- Posts: 10332
- Joined: Wed May 28, 2014 9:20 am
- Diet: Vegan
Re: "Connection not secure" on the homepage
Can you find what image it is? I have not received this notification.
-
- Master of the Forum
- Posts: 1449
- Joined: Tue Oct 27, 2015 3:46 pm
- Diet: Vegan
Re: "Connection not secure" on the homepage
If I open the developer tools in Firefox, apparently those arebrimstoneSalad wrote: ↑Thu Apr 08, 2021 10:34 pm Can you find what image it is? I have not received this notification.
Code: Select all
{"GET":{"scheme":"http","host":"philosophicalvegan.com","filename":"/images/patreonsupport3.jpg","remote":{"Address":"0.0.0.0:80"}}}
-
- Master of the Forum
- Posts: 1449
- Joined: Tue Oct 27, 2015 3:46 pm
- Diet: Vegan
Re: "Connection not secure" on the homepage
See the line 391 on the homepage, when you are not logged in:
The "href" is "https", but "src" is "http".
Code: Select all
<a href="https://www.patreon.com/philosophicalvegan" alt="Please support us on Patreon" rel="nofollow" target="_blank"><img src="http://philosophicalvegan.com/images/patreonsupport3.jpg"></a>
- brimstoneSalad
- neither stone nor salad
- Posts: 10332
- Joined: Wed May 28, 2014 9:20 am
- Diet: Vegan
- brimstoneSalad
- neither stone nor salad
- Posts: 10332
- Joined: Wed May 28, 2014 9:20 am
- Diet: Vegan
Re: "Connection not secure" on the homepage
Oddly they're being changed to http for some reason
- brimstoneSalad
- neither stone nor salad
- Posts: 10332
- Joined: Wed May 28, 2014 9:20 am
- Diet: Vegan
-
- Master of the Forum
- Posts: 1449
- Joined: Tue Oct 27, 2015 3:46 pm
- Diet: Vegan
Re: "Connection not secure" on the homepage
It still claims the connection is not secure, and, if I open the developer tools, it shows this:brimstoneSalad wrote: ↑Mon Apr 19, 2021 12:36 pm When I inspect it, it says http, but the current source is listed as https.
May be an .htaccess issue on your end?
I changed the code to be a relative URL. Might not work here anymore, but it's showing https on the home page now. What's it show for you?
What do you mean a htaccess issue at my end? As far as I understand it, the end-user should not be able to access htaccess at all, yet alone modify it. As far as I know, htaccess is a peculiarity of Apache servers, and most modernized servers do not even have it, but have better solutions.
- brimstoneSalad
- neither stone nor salad
- Posts: 10332
- Joined: Wed May 28, 2014 9:20 am
- Diet: Vegan
Re: "Connection not secure" on the homepage
@teo123 So it's not just that one, it's all of the images?
This is puzzling.
No idea. That's the only thing I can see that would cause it, but somehow it's not behaving for you. Maybe something to do with a CDN in your region, or your computer caching non-secure versions... I don't know.
This is puzzling.
-
- Master of the Forum
- Posts: 1449
- Joined: Tue Oct 27, 2015 3:46 pm
- Diet: Vegan
Re: "Connection not secure" on the homepage
Which browser are you using? I have noticed Gecko-based browsers (Firefox, TOR Browser...) claim my Etymology Game is insecure (rightly so, I do not think it is important to make it secure), while Chromium-based browsers (Chrome, Brave browser, Opera 15+...) claim it is secure. Chromium-based browsers apparently (I don't know the exact rules) do not check whether images and scripts are from a secure source, and claim a page is secure whenever HTML is served over HTTPS. Which is wrong.brimstoneSalad wrote: ↑Sat Apr 24, 2021 12:03 am @teo123 So it's not just that one, it's all of the images?
No idea. That's the only thing I can see that would cause it, but somehow it's not behaving for you. Maybe something to do with a CDN in your region, or your computer caching non-secure versions... I don't know.
This is puzzling.