chaosbunker / dockerbunker

a tool that helps configure, deploy and manage dockerized web-applications or static sites behind an nginx reverse proxy container
MIT License
73 stars 17 forks source link

http-01 challenge fails #22

Open raindog2 opened 4 years ago

raindog2 commented 4 years ago

Hi,

I am getting this error (see screenshot) for all the dockerbunker apps I have tried to run. When it gets to the let's encrypt challenge, http-01 fails because the connection is refused. The fqdn is entered correctly and able to receive traffic. I have other sites on this isp that have gotten certs with no trouble, so I don't think it is a firewall.

When I do the self-signed option, the containers spin up and are reachable at the fqdn, but they are unsecured. Any ideas?

2020-07-15-230105_1127x816_scrot

stephanfriedrich commented 4 years ago

hi @raindog2, maybe this is a http https forwarding issue, so http://wekan.foreveroverhead.cloud cant be accessed from the internet ?

it seems that your apache server redirects your subdomains to https (tested it with your blog/home/wiki subdomains)

greeting :)

stephanfriedrich commented 4 years ago

@raindog2 there could be another reason for your issue, i think the nginx-dockerbunker docker-container is not started bu everything is configured.

a little workaround is to:

  1. setup your dockerbunker service with letsencrypt and after this issue
  2. start dockerbunker menue again and start nginx-server
  3. go to your dockerbunker service menu and start letsencrypt again