-
Root Certificates and Revoked Certificates for Windows XP
I looked at the network traffic with Wireshark and even if the padlock is not green and https is crossed out, the data is transmitted in encrypted form. I also tested with an unencrypted page (http) and the transmitted data is readable. I assume that the faulty certificate is then only decisive for the identity of the server and that this cannot be confirmed. Thorium or Supermium may be good, but it is nowhere near as fast as 360Chrome on my computer. And the memory consumption is also much higher.
-
Root Certificates and Revoked Certificates for Windows XP
If anyone is interested, I have found a way to get the padlock back to green on most pages in 360Chrome. This involves limiting the TLS to a maximum of 1.2 and blocking certain ciphers. However, it happens that some websites no longer work, such as msfn. Simply add the following to the start parameters: --ssl-version-max=tls1.2 --cipher-suite-blacklist=0xcca9,0xc02b,0xc02c
-
Root Certificates and Revoked Certificates for Windows XP
When I access the website https://www.deepl.com/translator with Chrome 43.0.2357.134, the padlock is green. A different certification path is listed here than in 360Chrome. Is it possible to set which certification is used?
-
ArcticFoxie/NotHereToPlayGames -- 360Chrome v13.5.1030 Redux
Is the data on the screenshot in the following article transmitted in encrypted form or not? https://msfn.org/board/topic/175170-root-certificates-and-revoked-certificates-for-windows-xp/page/42/#comment-1265969
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
I have already done Windows 2000 compatibility mode. It has always worked until now. But now there are pages that no longer work. I have tested Thorium, but it runs very slowly on my system, so you can't work with it. My system is too weak. The green padlock wouldn't be so important to me if the data is still transmitted in encrypted form. The screenshot shows that it is transmitted in encrypted form and then that it is not encrypted. Which is correct?
- ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
Does this mean that the data is transmitted encrypted? I was told in another thread that it's because 360Chrome Elliptic Curve key algorithm certificates are not compatible: https://msfn.org/board/topic/175170-root-certificates-and-revoked-certificates-for-windows-xp/page/41/ I've already done that too. This is displayed for me at the intermediate certification bodies. Maybe we can continue it in the other thread, where it fits better: https://msfn.org/board/topic/175170-root-certificates-and-revoked-certificates-for-windows-xp/page/41/
- ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
- ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
- ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
- ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
I have tested Supermium and it needs so much memory, which is not available. Does Thorium need less memory? For pages that I only want to view, it doesn't matter whether they are encrypted or not. I only have concerns when I have to log in or enter data, as is the case with the example mentioned. With https://www.deepl.com/translator for example, I don't care whether it is encrypted or not.
- ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
- ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
You can shorten it a little: if (shExpMatch(host, "*.example.com")|shExpMatch(host, "*.google.*")|shExpMatch(host, "*.wetter.com")) { But it is very confusing. However, I have noticed that it sometimes causes problems if the website integrates external content that does not have SSL. In this case, the external website must also be recorded. I'm thinking about running all pages via the proxy after all :-) However, the following sentence from the developer unsettles me: Be aware and careful! Use a direct connection when you don't want any mistakes made. Is the proxy not secure, or what does this mean?