EasyEngine / site-type-wp

Adds 'wp' site type to EasyEngine
12 stars 14 forks source link

Warning: cURL error 28: Failed to connect #207

Closed gingerbeardman closed 2 years ago

gingerbeardman commented 2 years ago
ubuntu@wordpress:~$ sudo ee site create XXX --wp --letsencrypt
Starting site creation.
Configuring project.
Creating WordPress site XXX
Copying configuration files.
Starting site's services.
Downloading and configuring WordPress.
Moved /var/www/htdocs/wp-config.php to /var/www/wp-config.php successfully
Checking and verifying site-up status. This may take some time.
.
Installing WordPress site.
Success: https://XXX has been created successfully!
Enter your mail id: XXX
Starting SSL verification.
Warning: cURL error 28: Failed to connect to XXX port 80: Connection timed out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Warning: Initiating clean-up.
[XXX] Docker Containers removed.
[XXX] site root removed.
Success: Site XXX deleted.
Report bugs here: https://github.com/EasyEngine/site-type-wp
gingerbeardman commented 2 years ago

This was because port 80 was not open on my Oracle Cloud instance.

How I opened it: https://stackoverflow.com/a/58238796/28290