Проблем в том, что после перевода домена на HTTPS и переходе на адрес с заглушкой от ПУ, то в пути фонового изображения будет не адрес домена, а IP адрес сервера...А тут сами понимаете.
Так, что с моим сайтов все в порядке...

Код: Выделить всё
2020-01-03 12:20:17,601:DEBUG:acme.client:Storing nonce: 0102p_9sUV8fDga5Ly8YmCicnvHVP9qH5sY4CcegLNRwQXM
2020-01-03 12:20:17,602:INFO:certbot.auth_handler:Performing the following challenges:
2020-01-03 12:20:17,602:INFO:certbot.auth_handler:http-01 challenge for domen.com.ua
2020-01-03 12:20:17,602:INFO:certbot.auth_handler:http-01 challenge for www.domen.com.ua
2020-01-03 12:20:17,602:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.39.0', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1378, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1265, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 121, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/usr/lib/python2.7/site-packages/certbot/client.py", line 405, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File "/usr/lib/python2.7/site-packages/certbot/client.py", line 348, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/usr/lib/python2.7/site-packages/certbot/client.py", line 384, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
File "/usr/lib/python2.7/site-packages/certbot/auth_handler.py", line 61, in handle_authorizations
achalls = self._choose_challenges(authzrs)
File "/usr/lib/python2.7/site-packages/certbot/auth_handler.py", line 185, in _choose_challenges
if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls):
File "/usr/lib/python2.7/site-packages/certbot/auth_handler.py", line 185, in <genexpr>
if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls):
AttributeError: 'module' object has no attribute 'TLSSNI01'
2020-01-03 12:20:17,603:ERROR:certbot.log:An unexpected error occurred:
попробуй этоDimi4 писал(а): ↑Пт янв 03, 2020 11:18 amНе генерится серт, пишет домен должен быть привязан, домен привязан, лог нижеКод: Выделить всё
2020-01-03 12:20:17,601:DEBUG:acme.client:Storing nonce: 0102p_9sUV8fDga5Ly8YmCicnvHVP9qH5sY4CcegLNRwQXM 2020-01-03 12:20:17,602:INFO:certbot.auth_handler:Performing the following challenges: 2020-01-03 12:20:17,602:INFO:certbot.auth_handler:http-01 challenge for domen.com.ua 2020-01-03 12:20:17,602:INFO:certbot.auth_handler:http-01 challenge for www.domen.com.ua 2020-01-03 12:20:17,602:DEBUG:certbot.log:Exiting abnormally: Traceback (most recent call last): File "/usr/bin/certbot", line 11, in <module> load_entry_point('certbot==0.39.0', 'console_scripts', 'certbot')() File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1378, in main return config.func(config, plugins) File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1265, in certonly lineage = _get_and_save_cert(le_client, config, domains, certname, lineage) File "/usr/lib/python2.7/site-packages/certbot/main.py", line 121, in _get_and_save_cert lineage = le_client.obtain_and_enroll_certificate(domains, certname) File "/usr/lib/python2.7/site-packages/certbot/client.py", line 405, in obtain_and_enroll_certificate cert, chain, key, _ = self.obtain_certificate(domains) File "/usr/lib/python2.7/site-packages/certbot/client.py", line 348, in obtain_certificate orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) File "/usr/lib/python2.7/site-packages/certbot/client.py", line 384, in _get_order_and_authorizations authzr = self.auth_handler.handle_authorizations(orderr, best_effort) File "/usr/lib/python2.7/site-packages/certbot/auth_handler.py", line 61, in handle_authorizations achalls = self._choose_challenges(authzrs) File "/usr/lib/python2.7/site-packages/certbot/auth_handler.py", line 185, in _choose_challenges if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): File "/usr/lib/python2.7/site-packages/certbot/auth_handler.py", line 185, in <genexpr> if any(isinstance(achall.chall, challenges.TLSSNI01) for achall in achalls): AttributeError: 'module' object has no attribute 'TLSSNI01' 2020-01-03 12:20:17,603:ERROR:certbot.log:An unexpected error occurred:
Код: Выделить всё
yum clean all && yum install python2-requests-toolbelt python2-pycparser -y
Код: Выделить всё
An unexpected error occurred:
AttributeError: 'module' object has no attribute 'TLSSNI01'
Please see the logfiles in /var/log/letsencrypt for more details.
IMPORTANT NOTES:
- Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
[root@localhost ~]#