caprover / nginx-redirect

A very simple redirector using nginx and Docker
11 stars 4 forks source link

1107 : Verification Failed #4

Closed darrylmorley closed 1 year ago

darrylmorley commented 1 year ago

I'm trying to add my domain to redirect but getting a 1107:Verfication failed error. The domain is pointing to the server and was previously succesfully tied to my app instance.

Any ideas on how to resolve this, please?

githubsaturn commented 1 year ago

Did you search the docs for 1107 error?

There are some workarounds mentioned in the docs.

darrylmorley commented 1 year ago

@githubsaturn

I went with the below which has killed my whole server, nothing resolves and I'm currently moving websites to other hosts to get them back online.

echo  "{\"skipVerifyingDomains\":\"true\"}" >  /captain/data/config-override.json
docker service update captain-captain --force
githubsaturn commented 1 year ago

https://caprover.com/docs/troubleshooting.html#ive-made-a-change-to-the-nginx-config-that-broke-the-admin-ui

Try this.

githubsaturn commented 1 year ago

For context: disabling the domain verification will not kill your server. Probably something else happened before that resulted in that.

darrylmorley commented 1 year ago

@githubsaturn I've got everything back up and running now. Thanks!