Ewan Marshall

Results 31 comments of Ewan Marshall

> Also, no WinGet, it requires signing a CLA. Winget CLA is only for the manifest YAML so it know where to get the installer from and what version it...

Hehe, someone must have posted that not long after my message about the CLA

There is no reason apple silicon should be an issue, it is just ARM, as said, full output log needed here.

Once you've put it manually in the local cache, one should not need to add an exception. As it is verified it against the fingerprint and then a fresh cert...

AgentME, it will be slower, we are locally MITM all HTTPS connections, this means we are decrypting it, reencrypting it and sending it on the firefox to decrypt again. With...

moxie0 only problem I can see with that is single point of weakness and permanently trusting that pined cert, fundamentally the pinned cert just became your CA root cert.

Yeah, infact I'm in the process of seeing if I can get my dad using convergence as an experiment. Of course, it's not exactly perfect.

I think we have to add it, as we really should support it. I mean all major browsers today support it.

I'm just about to grab the twisted source to look at it. Currently stuck at the little bit where they are using SVN for scm and I'm on windows at...

beat me to it, it's the line 299 of twisted/protocols/tls.py that is the call to pyopenssl to turn on TLS right?