Error "ee site create"

Hey whazzup all, I need some help

I had two droplets on digitalocean, but I Destroyed one where my domain arkaddigital.com.br stayed there without uninstall wordpress. But now when I want to install wordpress in this one that a still have there, I saw this error below. I think because the ip number is different between the droplets. Who Could help me with it?

So, when I use the command “ee site create arkaddigital.com.br” on droplet with ip is 164.90.158.228, I see this error below

Warning: Challenge Authorization failed. Check logs and check if your domain is pointed correctly to this server.
Re-run ee site ssl arkaddigital.com.br after fixing the issue.
Warning: Challenge failed (response: {“type”:“http-01”,“status”:“invalid”,“error”:{“type”:“urn:ietf:params:acme:error:connection”,“detail”:“Fetching http://arkaddigital.com.br/.well-known/acme-challenge/i725CtIy3WK7I0zv6zI_81_ZEK6QZegtV2L5Vfc_xaU: Timeout during connect (likely firewall problem)”,“status”:400},“url”:“https://acme-v02.api.letsencrypt.org/acme/chall-v3/10760165911/ls2VfA",“token”:“i725CtIy3WK7I0zv6zI_81_ZEK6QZegtV2L5Vfc_xaU”,“validationRecord”:[{“url”:“http://arkaddigital.com.br/.well-known/acme-challenge/i725CtIy3WK7I0zv6zI_81_ZEK6QZegtV2L5Vfc_xaU”,“hostname”:“arkaddigital.com.br”,“port”:“80”,“addressesResolved”:[“157.245.219.247”],“addressUsed”:"157.245.219.247”}]}).

How Can I install the wordpress again without this error?

Looks like there is a problem with the SSL installation and verification. The error message indicates a firewall/port issue. I suppose that you should verify that ports 80 and 443 are both open first. But you can always install a site without the SSL, do all your setup/configure/restore/etc and add the SSL later.

So try sudo ee site create arkaddigital.com.br --type=wp sans any caching or SSL options and let us know what you get.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.