I am trying to setup Tesla fleet on my home assistant but I’ve been accessing my home assistant through a cloudflare tunnel.
On all the guides I’ve seen they say to use an Nginx proxy server to have the public key accessible to the outside.
Since I am using a cloudflare tunnel I don’t think I need to use an ngnix proxy server but don’t know how to setup my cloudflare to allow the public key to be accessible.
Thanks! I also have found this out in the mean time.
Took me a while to also found out that I had some rules on Cloudflare that prevented access from the Tesla servers, but now it works.
Also for others: I have this worker linked to a subdomain, so subdomain.YOURDOMAIN.com/.well-known/appspecific/
As the script returns “Not found” for any other path, I think this may block all regular access to your domain if you install it at the main domain level (?).