Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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 답장
  • 2 이 문제를 만남
  • 2 보기
  • 최종 답변자: cor-el

more options

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

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

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (4)

more options
more options

선택된 해결법

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.