On Wed, 11 Mar 2015 22:15:30 +0100 Michal Trojnara Michal.Trojnara@mirt.net wrote:
I found two workarounds:
Force TLSv1 handshake: sslVersion = TLSv1
Enable FIPS mode: fips = yes
Mike
Hi,
Thanks for the help. I went for the first and it is working :-)
From the ignorance, looks like OpenSSL want to negotiate with the
highest TLS version and if it is not available it is closed. They had banned lower versions as browsers have done.
In the other hand, MS should be using higher but...
Regards.