Etsi tuesta

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.

Lue lisää

ssl goes mix content on google after pressing back button?

  • 8 vastausta
  • 3 henkilöllä on sama ongelma
  • 2 näyttöä
  • Viimeisin kirjoittaja thebigonedanny

more options

Hi,

Interesting issue here. Did a total reinstall of firefox and issue remains.

Steps to reproduce:

Go to google.com and search for something

Then, Click a result and after it loads press the back button, back to results.

For me, my SSL search page no longer fully encrypted.

Web developer tools shows no calls to unencrypted content, what gives?

Video showing what I see : https://app.box.com/shared/om89uo735aisc4v2fxmn

Hi, Interesting issue here. Did a total reinstall of firefox and issue remains. Steps to reproduce: Go to google.com and search for something Then, Click a result and after it loads press the back button, back to results. For me, my SSL search page no longer fully encrypted. Web developer tools shows no calls to unencrypted content, what gives? Video showing what I see : https://app.box.com/shared/om89uo735aisc4v2fxmn

Muokattu , muokkaaja thebigonedanny

Valittu ratkaisu

This may be related to how Firefox's aggressive back-forward caching attempts to minimize the re-parsing of pages. Because of the complexity of Google's result pages, Firefox might be getting a little confused about the page content. Here is a suggested workaround if the mixed content warning (which appears to be inaccurate) really troubles you:

Force Firefox to re-parse the page by changing a setting (note: this is not Google-specific and may slow down "Back" on all sites by some milliseconds). Here's how:

  • In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.
  • In the search box above the list, type or paste sess and pause while the list is filtered
  • Double-click the browser.sessionhistory.max_total_viewers preference and change it to 0 (that's a zero).


Edit: Be careful not to change browser.sessionstore.max_tabs_undo or browser.sessionstore.max_windows_undo to zero, or you won't be able to re-open any recently closed tabs or windows.

Lue tämä vastaus kontekstissaan 👍 3

Kaikki vastaukset (8)

more options

It is possible that an extension is sending some request that causes this or otherwise data might get send.

You can try if the Live Http Headers shows any requests and responses (tick all boxes on the Generator tab).

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe Mode start window.
more options

Safe mode still had the issue.

Using live http headers shows no requests (Really, firefox is just replaying it from cache most likely?)

Only extensions I have are noscript, https everywhere and live http headers.

Does not happen on another computer on the same network connection, so its not a router/modem/ISP issue


Also, it seems directly related to the action of "going back".

IE- If i am on https://www.google.com/search?q=asdf , click first result and then press back button, issue appears

BUT

if I am on https://www.google.com/search?q=asdf , click first result and then manually paste https://www.google.com/search?q=asdf into the address bar, SSL shows correctly.


Issue is not present in chrome or IE.

Muokattu , muokkaaja thebigonedanny

more options

Does this only happen when you are logged on to Google?

Does this only happen if you open a http link or also with a https link?

more options

Yes, only when logged into google. When I open a incognito window and recreate my steps, it stays as SSL so the issue is somehow being tied to being logged into google.

It happens with both ssl and non ssl links clicked.


As for my google 'settings':

2 factor auth, multiple account switcher, google + account enabled but unused, web history disabled


update* Tested with a different google account in a icognito window. This account has 2factor auth enabled, no multi acct switcher, NO google + profile, web history off

So, maybe its related to either google + or acct switcher?

Muokattu , muokkaaja thebigonedanny

more options

Ok, tracked it down.

Its google plus. When its enabled, the behavior in first post is seen.

When google plus is not enabled, the behavior is NOT seen (good)

So, is this a google issue or a mozilla issue?

more options

I can replicate the issue while unauthenticated in FF 27: https://dl.dropboxusercontent.com/u/12063618/Firefox%20SSL%20Error%20on%20Back.avi

I'm also seeing this on a non-Google site, which is what led me here, so it's not Google-specific.

more options

Valittu ratkaisu

This may be related to how Firefox's aggressive back-forward caching attempts to minimize the re-parsing of pages. Because of the complexity of Google's result pages, Firefox might be getting a little confused about the page content. Here is a suggested workaround if the mixed content warning (which appears to be inaccurate) really troubles you:

Force Firefox to re-parse the page by changing a setting (note: this is not Google-specific and may slow down "Back" on all sites by some milliseconds). Here's how:

  • In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.
  • In the search box above the list, type or paste sess and pause while the list is filtered
  • Double-click the browser.sessionhistory.max_total_viewers preference and change it to 0 (that's a zero).


Edit: Be careful not to change browser.sessionstore.max_tabs_undo or browser.sessionstore.max_windows_undo to zero, or you won't be able to re-open any recently closed tabs or windows.

Muokattu , muokkaaja jscher2000 - Support Volunteer

more options

This kills the crab.

Problem solved, thanks!