Skip to content

Remove SSL for ESP8266 Platform #158

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

Merged
merged 11 commits into from
Aug 10, 2022

Conversation

brentru
Copy link
Member

@brentru brentru commented Aug 9, 2022

Projects that require "Secure MQTT" (TLS/SSL) on ESP8266 also require a new SSL certificate + SSL fingerprint every year.

  • Warning/Info text has been added to src/wifi/AdafruitIO_ESP8266.h advising users to upgrade to the ESP32 platform if using SSL/TLS with an Adafruit IO Arduino project.
    • For users who still want to experiment - existing lines have been commented out and instructions about compiling included.
  • Fixed ESP32-BSP warnings
  • Updated workflow file to perform manual installation of HTTPClient due to ESP32-BSP warnings
  • Bumped semver, updated boards supported via README

Tested on an Adafruit Feather ESP8266 Huzzah running the publish+subscribe example within this library.

@brentru brentru requested a review from ladyada August 9, 2022 18:02
@brentru brentru merged commit a2b63fc into adafruit:master Aug 10, 2022
@brentru brentru deleted the remove-fingerprint-8266 branch August 10, 2022 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants