Using certbot-auto in a Apache docker container (from ubuntu 14.04 trusty )

I ran this command: ./certbot-auto

It produced this output: Bug in pythondialog: expected an empty output from u’infobox’, but got : u’Error opening terminal:unknown.\n’
My operating system is (include version):ubuntu 14.04

My web server is (include version):Apache2

I can login to a root shell on my machine (yes or no, or I don’t know):yes

This is the output of my cerbot-auto.log :
Traceback (most recent call last):
File “/root/.local/share/letsencrypt/bin/letsencrypt”, line 11, in
sys.exit(main())
File “/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py”, line 749, in main
setup_logging(config)
File “/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py”, line 653, in setup_logging
logger.info(“Saving debug log to %s”, log_file_path)
File “/usr/lib/python2.7/logging/init.py”, line 1152, in info
self._log(INFO, msg, args, **kwargs)
File “/usr/lib/python2.7/logging/init.py”, line 1271, in _log
self.handle(record)
File “/usr/lib/python2.7/logging/init.py”, line 1281, in handle
self.callHandlers(record)
File “/usr/lib/python2.7/logging/init.py”, line 1321, in callHandlers
hdlr.handle(record)
File “/usr/lib/python2.7/logging/init.py”, line 749, in handle
self.emit(record)
File “/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/log.py”, line 64, in emit
self.width + self.PADDING_WIDTH)
File “/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/dialog.py”, line 2675, in infobox
kwargs)
File “/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/dialog.py”, line 1765, in _widget_with_no_output
widget_name, output))
PythonDialogBug

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.