Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

With a valid certificate and no unencrypted elements, I am getting gray triangle on my site in Firefox. Why?

  • 4 відповіді
  • 4 мають цю проблему
  • 3 перегляди
  • Остання відповідь від jeremiah.t

more options
My site is getting a gray triangle icon despite the lack of any other elements that could be construed as unencrypted. While trouble shooting the issue, I created a page that contains only one line of text in a

tag and I am still getting the gray triangle. The certificate is valid and other browsers have no issue with the site. Certificate is SHA1, RSA 2048, and expires in August of 2015. According to research SHA1 should still be good until January of 2016. Is there something else that I am missing?

My site is getting a gray triangle icon despite the lack of any other elements that could be construed as unencrypted. While trouble shooting the issue, I created a page that contains only one line of text in a <p> tag and I am still getting the gray triangle. The certificate is valid and other browsers have no issue with the site. Certificate is SHA1, RSA 2048, and expires in August of 2015. According to research SHA1 should still be good until January of 2016. Is there something else that I am missing?

Усі відповіді (4)

more options

The URL for my test is here:

https://www.directinn.com/ssltest.html

more options

Firefox 36 will display a gray exclamation triangle if (1) there is mixed content in the page -- that's not new -- or (2) the server is configured to use RC4 as the encryption cipher and Firefox isn't able to negotiate a stronger cipher -- this is new in Firefox 36.

Unfortunately, Firefox doesn't have a direct error message on this; it just points to #1 and #2 above in general terms. If you open the page in Chrome and click the padlock in the address bar, you usually can find the RC4 issue buried in the Connection information. An example is attached for reference.

more options

Oh, thanks for the URL. You also can view this report (link broken for posting):

https://www.ssllabs.com/ssltest/analyze.html?d=directinn.com

In the Configuration section, there are two issues:

(1) TLS 1.0 is the highest protocol. This will cause the server to be inaccessible in Firefox 37.

(2) RC4 is the only cipher option. This is generating the warning in Firefox 36.

Змінено jscher2000 - Support Volunteer

more options

Thanks, jscher2000.

Both of your replies provide good information for me to use to move forward on finding the solution.