Giter Site home page Giter Site logo

Comments (4)

claytondaley avatar claytondaley commented on August 23, 2024

Come to think of it, even better if you could guard against the issue. Before starting the Let's Encrypt process:

  1. Make sure the DNS name resolves to an A record
  2. (configurable) Make a request against that domain to ensure it's reaching the right machine (the instance making the request). This would guard against old A records that are no longer valid.

The second check needs to be optional as it's theoretically possible that the container won't be able to initiate outbound connections.

from docker-nginx-ssl-proxy.

claytondaley avatar claytondaley commented on August 23, 2024
  • both checks need to be optional

If the server can't make an outbound connection, it might not be able to check a DNS name either. I think both of these are very rare -- I just try to anticipate the worst case.

from docker-nginx-ssl-proxy.

echohtp avatar echohtp commented on August 23, 2024

im having a similar issue! and hitting lets encrypt rate limits without wanting to

from docker-nginx-ssl-proxy.

claytondaley avatar claytondaley commented on August 23, 2024

To further refine my suggestion, this thread says Lets Encrypt uses Google's DNS servers and this thread says they don't cache the requests.

  • If possible you should run your DNS checks against the Google DNS (i.e. 8.8.8.8 or 2001:4860:4860::8888).
  • You can Flush the Google DNS cache by completing the form here. Your debug/helper text for the DNS check phase could point users to this form to accelerate the change on Google's DNS.

from docker-nginx-ssl-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.