Bonjour à toutes et à tous,
J'ai récemment voulu installer Seafile mais voici l'erreur qui j'obtiens lors de son initialisation.
Verifying cloud.domain.ltd...
Traceback (most recent call last):
File "/shared/ssl/letsencrypt/acme_tiny.py", line 141, in get_crt
assert (disable_check or _do_request(wellknown_url)[0] == keyauthorization)
File "/shared/ssl/letsencrypt/acme_tiny.py", line 46, in _do_request
raise ValueError("{0}:\nUrl: {1}\nData: {2}\nResponse Code: {3}\nResponse: {4}".format(err_msg, url, data, code, resp_data))
ValueError: Error:
Url: http://cloud.domain.ltd/.well-known/acme-challenge/J6d9ID71l17zSLoxhB8eV0NpOCX0cf2_zGOFv0p8DrE
Data: None
Response Code: None
Response: <urlopen error [Errno 110] Connection timed out>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/shared/ssl/letsencrypt/acme_tiny.py", line 198, in <module>
main(sys.argv[1:])
File "/shared/ssl/letsencrypt/acme_tiny.py", line 194, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER,CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url,contact=args.contact)
File "/shared/ssl/letsencrypt/acme_tiny.py", line 143, in get_crt
raise ValueError("Wrote file to {0}, but couldn't download {1}: {2}".format(wellknown_path, wellknown_url, e))
ValueError: Wrote file to /var/www/challenges/J6d9ID71l17zSLoxhB8eV0NpOCX0cf2_zGOFv0p8DrE, but couldn't download http://cloud.domain.ltd/.well-known/acme-challenge/J6d9ID71l17zSLoxhB8eV0NpOCX0cf2_zGOFv0p8DrE: Error:
Url: http://cloud.domain.ltd/.well-known/acme-challenge/J6d9ID71l17zSLoxhB8eV0NpOCX0cf2_zGOFv0p8DrE
Data: None
Response Code: None
Response: <urlopen error [Errno 110] Connection timed out>
[2021-03-23 22:47:34] Preparing for letsencrypt ...
[2021-03-23 22:47:34] Starting letsencrypt verification
Traceback (most recent call last):
File "/scripts/start.py", line 86, in <module>
main()
File "/scripts/start.py", line 51, in main
init_letsencrypt()
File "/scripts/bootstrap.py", line 71, in init_letsencrypt
call('/scripts/ssl.sh {0} {1}'.format(ssl_dir, domain))
File "/scripts/utils/__init__.py", line 70, in call
return subprocess.check_call(*a, **kw)
File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '/scripts/ssl.sh /shared/ssl cloud.domain.ltd' returned non-zero exit status 1.
*** /scripts/start.py exited with status 1.
*** Shutting down runit daemon (PID 17)...
*** Running /etc/my_init.post_shutdown.d/10_syslog-ng.shutdown...
*** Killing all processes...
Je ne sais absolument pas d'où cela peut venir. Merci d'avance pour votre aide.