Re: wininet: disable TLSv1.1/1.2 by default

2012-09-11 Thread Alexandre Julliard
Hiroshi Miura writes: > How do you think whether we should implement similar way or not? > If we adopt similar fall back mechanism, compatibility may become well, > but is it good behavior? If it's possible to implement some sort of automatic fall back, that would certainly be preferable. -- A

Re: wininet: disable TLSv1.1/1.2 by default

2012-09-10 Thread Hiroshi Miura
Hi, Are there any comment for it? It is a motivation that Evernote windows client cannot connect its server on Wine/OpenSSL 1.0.1. it is caused by server is only support TLS1.0/SSL3.0 , apache2/openssl 0.9.8 thing, but client ask TLS1.1/1.2 and then server returns that session is fails. I know