Error when renewing letsencrypt ssl: Failed to create "/opt/easyengine/services/nginx-proxy/conf.d": mkdir(): File exists #1820
Replies: 1 comment
-
Please ignore. This was due to a new disk drive added to increase space and the issue having to do with the simlinks created between old and new folder locations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I'm trying to renew the ssl certificate of my blogs driven by easyengine using the command "ee site ssl-renew"
However I'm getting the below error messages on console, and the cert stays without getting renewed.
Can you please help on how to resolve this?
CONSOLE LOG (first few lines truncated):
Starting site's services.
PHP Fatal error: Uncaught Symfony\Component\Filesystem\Exception\IOException: Failed to create "/opt/easyengine/services/nginx-proxy/conf.d": mkdir(): File exists in phar:///usr/local/bin/ee/vendor/symfony/filesystem/Filesystem.php:105
Stack trace:
#0 phar:///usr/local/bin/ee/vendor/symfony/filesystem/Filesystem.php(682): Symfony\Component\Filesystem\Filesystem->mkdir('/opt/easyengine...')
#1 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/site-utils.php(291): Symfony\Component\Filesystem\Filesystem->dumpFile('/opt/easyengine...', 'server {\n\tliste...')
#2 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1370): EE\Site\Utils\add_site_redirects('codemarvels.in', false, false)
#3 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1036): EE\Site\Type\EE_Site_Command->www_ssl_wrapper(Array, true)
#4 phar:///usr/local/bin/ee/vendor/easyengine/site-command/src/helper/class-ee-site.php(1766): EE\Site\Type\EE_Site_Command->enable(Array, Array)
in phar:///usr/local/bin/ee/vendor/symfony/filesystem/Filesystem.php on line 105
Warning: An Error occurred. Initiating clean-up.
Warning: Exiting gracefully after rolling back. This may take some time.
Success: Rollback complete. Exiting now.
Beta Was this translation helpful? Give feedback.
All reactions