[WebBrowser] не работает IE8 и Chrome с HTTPS на Windows XP
От: jyuyjiyuijyu  
Дата: 24.03.15 15:49
Оценка:
Всем привет

не могу открывать сайты https зашифрованные AES ни в IE ни в Chrome (потому что хром использует шифрование системы как и IE)
но прекрасно открываются в опере и лисе

вот что нарыл

https://github.com/client9/sslassert/wiki/IE-Supported-Cipher-Suites

IE8 is the last version of IE to run on Windows XP. It appears to use the OS's crypto libraries

http://stackoverflow.com/questions/97421/does-ie6-support-aes-256-bit-encryption

E7 and IE8 support AES but only on Vista or better. I've confirmed that they don't on Windows XP. Best IE8 on XP does is RC4 or 3DES.


и вот еще

https://luxsci.com/blog/256-bit-aes-encryption-for-ssl-and-tls-maximal-security.html

Hello,

There is nothing wrong or out of date here. The thing is that Vista supports AES256 and AES128, but given the choice of the two will pick AES128 for speed over security. XP doesn’t support AES at all by default.

In your web server, you specified only 2 possible ciphers — and the only AES one you allow is AES256. Thus, given the choice between AES256 and RC4, Vista will happily choose AES256. XP will choose RC4 as it does not support AES. This is what you see. However, if you included AES128 in your list of allowed ciphers, then Vista would use that instead of AES256.



тоесть нам говорят что Windows XP не поддерживает HTTPS сайты зашифрованные AES а только Vista и выше

что делать в такой ситуации? на какие то HTTPS сайты с RC4 шифрованием я могу зайти, а на какие то, с AES
шифрованем, нет...


а у меня сердце IE встроено в программу (WebBrowser) и как раз нужно открывать HTTPS AES сайт...
а он не открывается нифига...

подскажите как быть

спасибо
Re: [WebBrowser] не работает IE8 и Chrome с HTTPS на Windows
От: vorona  
Дата: 25.03.15 11:18
Оценка:
Здравствуйте, jyuyjiyuijyu, Вы писали:


http://weblog.west-wind.com/posts/2011/May/21/Web-Browser-Control-Specifying-the-IE-Version
Отредактировано 25.03.2015 11:19 vorona . Предыдущая версия .
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.