Security Certificate Timeout - Rasperry Pi B+

Hi there,

I’m new to Yunohost and trying to get one set up on a Raspberry Pi B+. The install has been successful, but upon trying to set up Let’s Encrypt I get an error:

[mydomain].nohost.me challenge did not pass.... u'error': {u'status': 400, u'type': u'urn:acme:error:connection', u'detail': u'Fetching http://[mydomain].nohost.me/.well-known/acme-challenge/;...: Timeout during connect (likely firewall problem)'}, u'type': u'http-01'}

I’ve checked and all the appropriate ports are open What could cause this?

Best Wishes,

Derek

Hi @DerekCaelin ,

I’m just a french simple user, but this topic could helps you :

First, on a fresh install, you could try to regen configuration’s dnsmasq

yunohost service regen-conf dnsmasq (maybe with --force)

Otherwise, try to install LE cert without checking

sudo yunohost domain cert-install --no-checks

ppr