timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.

Home Page:https://tesla-api.timdorr.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 on /token fixed by forcing TLS 1.2

robertkleinschuster opened this issue · comments

Including this in the documentation to help people with this issue.

I was having issues refreshing tokens on my server. It worked on my local machine and was very annoying to debug.

Finally I found this post by @vercorsio and that finally fixed my issue.
#370 (reply in thread)