small server to check if a yunohost instance is reachable via http for LE check
Find a file
2019-07-29 20:06:23 +02:00
README.md [doc] typo 2019-01-19 12:09:52 +01:00
requirements.txt [enh] do ipv4 dns check 2019-01-19 08:47:56 +01:00
server.py Imho we shouldn't enforce this check on the DNS ... we may want to check the http reachability independently of the DNS setup so that we're more able to pinpoint what's the actual issue (also it may lead to many false-negatives due to DNS caching) 2019-07-29 20:06:23 +02:00

check-http

This is a HTTP server that allow a YunoHost instance to check if it can be reached by HTTP from outside before trying to generate a LE certificate.

This is done because some network configration prevent HTTP loopback.

Installation

This is a trivial python 3 (yes 3) project to install, juste create a virtualenv, install the content of the requirements.txt (there is a "-frozen" version if need) and do python server.py. No other configuration/db needed.