Handshake fails - support for TLS 1.3 only?

It seems that the API requires TLS 1.3. I need to develop stuff for pre-2018 platforms e.g. WIndows 8 series which apparently supports only TLS 1.2. Also, thinking about older HW such as old iPhones or Android phones I’m not at all sure that they could access the API - haven’t tested yet though.

My objective is to enable recycling old devices as voice assistants instead of discarding them.

Why no support for 1.2?

1 Like

As a developer you may be able to set up a proxy server and accept the protocols you wish and proxy the requests to the API.

:slight_smile:

1 Like