kdschlosser / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
148 stars 34 forks source link

2019 7 Series (RU7xxx) TV socket not responding #133

Open jnnks opened 4 years ago

jnnks commented 4 years ago

The websocket implementation with python does not work with the self signed ssl certificate of the TV.

The connection created here does not return a response to the TV. Naturally, the underlying event loop does not pick up any messages and an Exception is thrown here.

The socket connection works and I can send commands with wscat -n just fine.

tachang commented 4 years ago

Do you mean that the code itself rejects the self signed certificate?