This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Its 2017 for Gods sake, why is our http://www website showing up as not secure??? Who cares, why are you slandering us and blocking access?

  • 4 antwoorde
  • 2 hierdie probleem
  • 1 view
  • Laaste antwoord deur cor-el

more options

http:// websites are blocked for not having security certificate.

http:// websites are blocked for not having security certificate.

Gekose oplossing

HTTP websites aren't blocked in any way. They are merely flagged especially in case there is a login form to an insecure URL, but you should still be able to visit such a website without any problems.

The page links you posted have a meta refresh tag that redirects to a server that doesn't have a certificate installed. view-source:http://shirtsquirts.com/

<meta HTTP-EQUIV="REFRESH" content="5; url=https://www.securepaynet.net/default.aspx?prog%5Fid=inmarvs">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />

The HTTP version redirects as well and ends up with domainspricedright.

So in this case there is a lot wrong that needs to be fixed.

Lees dié antwoord in konteks 👍 0

All Replies (4)

more options

Gekose oplossing

HTTP websites aren't blocked in any way. They are merely flagged especially in case there is a login form to an insecure URL, but you should still be able to visit such a website without any problems.

The page links you posted have a meta refresh tag that redirects to a server that doesn't have a certificate installed. view-source:http://shirtsquirts.com/

<meta HTTP-EQUIV="REFRESH" content="5; url=https://www.securepaynet.net/default.aspx?prog%5Fid=inmarvs">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />

The HTTP version redirects as well and ends up with domainspricedright.

So in this case there is a lot wrong that needs to be fixed.

more options

OMG I am so sorry. Long day(s). Just removed the redirect I had forgotten about and everything is normal. Thank You for your time. :-)

more options

You're welcome and thanks for reporting that you fixed this.