From: Heinz D. <ht...@fa...> - 2014-05-02 17:00:15
|
On 02.05.2014, jader fabiano wrote: > I am developing a solution that it use fetchmail, and I have a doubt. > How can I specify to fetchmail uses tls1.1 or tls1.2? Interesting question. In my case, specifying "--sslproto TLSv1" results in tlsv1 being used, as expected, although the server offers tlsv1.2. With "SSL3", however, wireshark shows med that I have a tlsv1.2 connection.. |