Open cerbenus opened 2 years ago
EE v 4.5.6
I'm trying to create a new site on Ubuntu 20.4/EE 4.5.6 using this command:
ee site create mysite.com --type=wp --ssl=le --dbname=my_db --dbuser=my_usr --dbpass=MyPass --dbprefix=MyPref_ --admin-user=MyAdmin --admin-pass=MyAdminPass --admin-email=hello@mysite.com
I get this output:
... Installing WordPress site. Success: https://mysite.com has been created successfully! Starting SSL verification. Warning: Server error: `GET http://mysite.com/.well-known/acme-challenge/Pxup0ypL0sfxNMBsutLW8AUKDLOS24zv3_Tna9pai0s` resulted in a `521 ` response Warning: Initiating clean-up. [musik4kidz.com] Docker Containers removed. [musik4kidz.com] site root removed. Success: Site mysite.com deleted. Report bugs here: https://github.com/EasyEngine/site-type-wp
EE tries to create my site but then fails because it can't find http://mysite.com/.well-known/acme-challenge/Pxup0ypL0sfxNMBsutLW8AUKDLOS24zv3_Tna9pai0s. 2 things I see:
Is this a bug or is there a specific process to handle this?
Same problem... I only had to have Cloudflare SSL set as strict in the past.
Did you figure out the issue?
EE v 4.5.6
I'm trying to create a new site on Ubuntu 20.4/EE 4.5.6 using this command:
ee site create mysite.com --type=wp --ssl=le --dbname=my_db --dbuser=my_usr --dbpass=MyPass --dbprefix=MyPref_ --admin-user=MyAdmin --admin-pass=MyAdminPass --admin-email=hello@mysite.com
I get this output:
EE tries to create my site but then fails because it can't find http://mysite.com/.well-known/acme-challenge/Pxup0ypL0sfxNMBsutLW8AUKDLOS24zv3_Tna9pai0s. 2 things I see:
Is this a bug or is there a specific process to handle this?