esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

Cloudflare caching firmware files: Need to set CDN-Cache-Control "no-store" #5552

Closed jmealo closed 2 weeks ago

jmealo commented 4 months ago

The problem

It appears that Cloudflare Zero Trust tunnel is caching the initial firmware file and then any subsequent changes to the yaml are never populated.

It looks like when we serve .bin files, we need to send the following headers:

CDN-Cache-Control "no-store"

Which version of ESPHome has the issue?

All

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2024.2.5

What platform are you using?

ESP32

Board

No response

Component causing the issue

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

github-actions[bot] commented 4 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.