Skip to content
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

Use root cert, not fingerprint for api.github.com #7490

Merged
merged 2 commits into from
Jul 28, 2020

Commits on Jul 27, 2020

  1. Use root cert, not fingerprint for api.github.com

    The HTTPS example we were using a fingerprint which seems to change
    daily as the github.com certificates are regenerated.  Replace this with
    a trust anchor based on the ultimate root CA that github.com uses to
    sign their certificates.  Assuming they don't change CAs, this
    certificate should be good until 2030+
    
    Fixes esp8266#7489
    earlephilhower committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    2c75166 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    dbdf985 View commit details
    Browse the repository at this point in the history