Release Amazon VOD [plugin.video.amazon[vod|-test]]
(2019-12-14, 10:45)Varstahl Wrote:
Quote:Error reason: HTTPSConnectionPool(host='na.api.amazonvideo.com', port=443): Max retries exceeded with url: /cdp/usage/v2/GetAppStartupConfig?deviceTypeID=A28RQHJKHM2A2W&deviceID=a73e536ae8f872cf1ab42166ce921f079e9122d7426beecdd59f8f23&firmware=1&version=1&format=json (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl_choose_client_version', 'unsupported protocol')],)",),)) (SSLError)

Misconfigured box, SSL/TLS error, not addon related. Change distro or reconfigure the box, see #379.    

Success! Thank you for directing me in the right direction. For posterity, what I did was edit the file /etc/ssl/openssl.cnf, so that instead of:
Code:
[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=2
it says:
Code:
[system_default_sect]
MinProtocol = TLSv1.0
CipherString = DEFAULT@SECLEVEL=2

And now it works fine.

It's indeed not addon related. But does the login server (na.api.amazonvideo.com) really not support TLS 1.2? That protocol is 11 years old and there is presumably a security reason 1.0 and 1.1 are disabled by default in Debian-related distros.
Reply


Messages In This Thread
RE: Amazon VOD [plugin.video.amazon[vod|-test]] - by evilgras - 2019-12-14, 14:02
Episodes list don't update. - by Pharazon - 2020-09-20, 20:42
RE: Episodes list don't update. - by Varstahl - 2020-09-21, 09:40
RE: Episodes list don't update. - by Pharazon - 2020-09-22, 02:52
No Videos Showing in Amazon VOD - by bzoit9 - 2023-01-02, 19:21
Amazon VOD addon - by Sumanyu - 2020-08-17, 01:58
Logout Mark Read Team Forum Stats Members Help
Amazon VOD [plugin.video.amazon[vod|-test]]2