mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Some https sites fail cert check #1574

Closed joewalker closed 7 years ago

joewalker commented 7 years ago

E.g. https://www.amazon.co.uk and https://amazon.co.uk and others

screen shot 2016-12-01 at 06 06 58

Google is fine.

joewalker commented 7 years ago

Digging a bit, it also happens here: https://choosemyreward.chase.com/

So this could have something to do with https://sslmate.com/blog/post/ct_redaction_in_chrome_53

Although I'm surprised to see that this is happening to Amazon too, although Amazon does use Symantec.

bgrins commented 7 years ago

Updating to the latest electron (https://github.com/mozilla/tofino/pull/1571) seems to fix it

bgrins commented 7 years ago

@joewalker can you confirm this is fixed on latest master?

joewalker commented 7 years ago

Yup. Fixed. Thanks