dockerbunker icon indicating copy to clipboard operation
dockerbunker copied to clipboard

http-01 challenge fails

Open raindog2 opened this issue 5 years ago • 2 comments
trafficstars

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

raindog2 avatar Jul 16 '20 06:07 raindog2

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 avatar Aug 10 '20 13:08 stephanfriedrich

@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

stephanfriedrich avatar Aug 17 '20 23:08 stephanfriedrich