Issue 3203: "Error 2 (net::ERR_FAILED): Unknown error." when connecting to https://www14.software.ibm.com/ on Vista http://code.google.com/p/chromium/issues/detail?id=3203
Comment #7 by [EMAIL PROTECTED]: I compared the first SSL records sent by https://www14.software.ibm.com and https://www.verisign.com, which also doesn't support TLS 1.0. They differ only in: - cipher_suite in server_hello: (0x0035) TLS/RSA/AES256-CBC/SHA vs. (0x0004) SSL3/RSA/RC4-128/MD5 - CertificateChain in certificate: this difference is expected So one possibility is that Vista can't do the (0x0035) TLS/RSA/AES256-CBC/SHA ciphersuite chosen by the server, even though it advertises that it supports that ciphersuite. I will need to perform some experiments to verify that. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
