exiva / Vizio_SmartCast_API

API documentation for Vizio SmartCast TV's
173 stars 33 forks source link

SSL Auth fails #20

Closed samsp99 closed 4 years ago

samsp99 commented 5 years ago

I can't get curl or a browser to connect via SSL.

curl -k -H "Content-Type: application/json" -X PUT -d '{"DEVICE_ID":"12345","DEVICE_NAME":"cURL Example"}' https://192.168.1.237:9000/pairing/start curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log.

Is there a way to trust the cert that is used by the TV?

samsp99 commented 4 years ago

It seems that this is a windows issue, its working for me on linux ;-)