Advertisement
obunda

Untitled

Jul 13th, 2019
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.74 KB | None | 0 0
  1. Application update failed at 2019-07-13T10:37:20Z with exit status 1 and error: container_command 20_getcert in ovideo/.ebextensions/https.config failed.
  2.  
  3. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  4. Plugins selected: Authenticator apache, Installer apache
  5. Obtaining a new certificate
  6. Performing the following challenges:
  7. http-01 challenge for teahrm.id
  8. Cleaning up challenges
  9. Exiting abnormally:
  10. Traceback (most recent call last):
  11. File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
  12. sys.exit(main())
  13. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1381, in main
  14. return config.func(config, plugins)
  15. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 1264, in certonly
  16. lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
  17. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 120, in _get_and_save_cert
  18. lineage = le_client.obtain_and_enroll_certificate(domains, certname)
  19. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 406, in obtain_and_enroll_certificate
  20. cert, chain, key, _ = self.obtain_certificate(domains)
  21. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 349, in obtain_certificate
  22. orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  23. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 385, in _get_order_and_authorizations
  24. authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
  25. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 69, in handle_authorizations
  26. resps = self.auth.perform(achalls)
  27. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 2303, in perform
  28. http_response = http_doer.perform()
  29. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/http_01.py", line 76, in perform
  30. self._mod_config()
  31. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/http_01.py", line 111, in _mod_config
  32. for vh in self._relevant_vhosts():
  33. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/http_01.py", line 166, in _relevant_vhosts
  34. " {0}.".format(http01_port))
  35. PluginError: Unable to find a virtual host listening on port 80 which is currently needed for Certbot to prove to the CA that you control your domain. Please add a virtual host for port 80.
  36. Please see the logfiles in /var/log/letsencrypt for more details.
  37. Incorrect application version "Sample Application-12" (deployment 11). Expected version "Sample Application-1" (deployment 4).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement