HTTPS issues in firefox

Wanted to give you a heads up a few errors I had logging in with firefox, and it should be pretty easy to fix.
When you click the login button at the top firefox will display a message saying "This connection is not secure. Logins here could be compromised."
 
If you browse the site using http://thehotpepper.com you'll get this message and that makes sense, it's not a secure connection. If you browse https://thehotpepper.com you'll get it as well, because there are two pictures linked that are using http:// links. Firefox starting getting more strict about mixed secure / unsecure content, I think in v55 or v56, which is why they display the message.
 
I took a look at the media on the website and the two pictures are:
6_logo.png ( the logo at the top of the page )
copyright.png ( burntime media copyright image at the bottom of the page )
 
Looking at the source code:
<a href='http://thehotpepper.com' title='Go to community index' rel="home" accesskey='1'><img src='http://www.thehotpepper.com/public/style_images/6_logo.png' alt='Logo' /></a>
<div align="center"><a href="http://burntimemedia.com" target="_blank"><img src="http://burntimemedia.com/images/copyright.png" border="0"></a></div><br />


They are being called via http, add change that to https in lines 1118 and 4877 in the source code and firefox will stop complaining when browsing https.
In an ideal world after that redirect http://thehotpepper.com -> https://thehotepper.com to make it always stop complaining
 
Trying to help :lol:
 
The site is best accessed on http: not https: until some improvements are made soon. It's true browsers now warn you when sites are not secure as they want to force everyone to https which is a good thing, but we are not fully compatible on it though we do have an SSL and https is accessible. Please note: When you buy an Extreme Membership it is on https because it uses PayPal's server. When you login you may see a warning but anything to do with cc is fully encrypted. We will transition to full https later this year, thanks!
 
Back
Top