XBMC tls 1.2 support on Windows 7
#1
Hey,

I've been trying to get XBMC to work with tls 1.2 on windows 7.

Tls 1.1 / 1.2 is disabled by default on windows 7, so I've enabled it via the following registry settings.

However, XBMC can still not connect to a tls 1.2 only server, it gives an SSL error. This is the SSL config of the apache server:

SSLProtocol -ALL +TLSv1.2
SSLCipherSuite HIGH:!aNULL:!MD5:!RC4:!ADH:!eNULL:!EXP:!MD5:!3DES:!PSK:!SRP:!DSS:!LOW:!MEDIUM

If I add +TLSv1 XBMC is able to connect but with v1.2 it gets an SSL error.

0:27:14 T:4552 ERROR: CCurlFile::Stat - Failed: SSL connect error(35) for https://USERNAME:PASSWORD@URL:PORT/PATH/

I've tried this with XBMC 13.1, 13.2 and the nightly KodiSetup-20141013-7153a46-master on Windows 7, 64 bit.

It does work with XBMC 13.2 on Linux. It connects flawlessly to the TLS 1.2 only server.

Anyone has any idea what else I could try?

Kind Regards,
Robert Sevat
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC tls 1.2 support on Windows 70