-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle HTTPS requests #643
base: master
Are you sure you want to change the base?
Conversation
There is no room on the partition to install |
I suspect TLS/SSL doesn't work in other parts of the code (I.e. mqtt or the update from a URL) without either moving forward with the platform or moving backwards. The 2023.07.00 tasmota release appears to be the last one that HTTPS worked for me. |
Moving forward likely means dropping OTA support for 4MB boards. |
It’s too bad that boards are still being made with 4MB of flash. Some of the Elecrow devices only have that. Could one option be to not allow OTA updates for devices with 4MB of flash or does the web flasher work in the same manner requiring twice the app size for flashing? |
@sgruby Great feature! At some point in time we have to leave the older, smaller configurations (4MB etc) in order to move onwards. |
Dropping support for 4MB devices isn't really an option as some of the popular devices have 4MB and new products are still being launched with 4MB... |
This adds the ability for img.src to use https requests. It ignores certificates validation, but allows those using Home Assistant with https to get images delivered to the boards.
Note that https requires
or similar to work properly.