honoki / wilson-cloud-respwnder

WILSON Cloud Respwnder is a Web Interaction Logger Sending Out Notifications with the ability to serve custom content in order to appropriately respond to client-issued requests.
51 stars 8 forks source link

Cert and DNS binding problem.. #1

Closed intrd closed 3 years ago

intrd commented 3 years ago

Hello Honoki, Awesome project!, im trying to install on a fresh Ubuntu 20.04.2 LTS but I have some problems...

Cert problem

Requesting a certificate for *.mydomain.com
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. You may need to use an authenticator plugin that can do challenges over DNS.

So, I manually created the ./keys/ w/ my key pair.. solved the problem, but the warning message still appears "Client with the currently selected authenticator does not support any combination of challenges..."

DNS binding problem

root@ubuntu:~/appz/wilson-cloud-respwnder# docker-compose up
Recreating wilson-cloud-respwnder_php_1 ... 
Recreating wilson-cloud-respwnder_mitmdump_1 ... 
Recreating wilson-cloud-respwnder_dns_1      ... 
Recreating wilson-cloud-respwnder_dns_1      ... error

Recreating wilson-cloud-respwnder_php_1      ... done
Recreating wilson-cloud-respwnder_mitmdump_1 ... done
:53: bind: address already in use
Recreating wilson-cloud-respwnder_server_1   ... done

ERROR: for dns  Cannot start service dns: driver failed programming external connectivity on endpoint wilson-cloud-respwnder_dns_1 (cf184fd3cba4b5201d3c1e181dd9acda2a2aec40b67b496320e130d887a9a8ff): Error starting userland proxy: listen tcp4 0.0.0.0:53: bind: address already in use
ERROR: Encountered errors while bringing up the project.

Port 53 already in use..

sudo systemctl stop systemd-resolved Solves the problem, http(s)://mydomain.com are accessible.. discord notifications also work but subdomains *.mydomain.com does not working..

intrd commented 3 years ago

Ops.. I forget to create the wildcard domain :)

image

working now! thank you!