Admin page Letsencrypt provision button displays intl no-go tool-tip

  • The admin page Letsencrypt provision button is ghosted with the international no-go symbol on the tool-tip.
  • No able to screenshot the tool tip so you have to take my word for it.
  • Can’t send or receive mail on phone now for a few weeks.
  • The only real bug with MIAB

# /root/mailinabox/management/ssl_certificates.py Traceback (most recent call last): File "/root/mailinabox/management/ssl_certificates.py", line 793, in <module> provision_certificates_cmdline() File "/root/mailinabox/management/ssl_certificates.py", line 436, in provision_certificates_cmdline status = provision_certificates(env, agree_to_tos_url=agree_to_tos_url, logger=my_logger, force_domains=force_domains, show_extended_problems=show_extended_problems) File "/root/mailinabox/management/ssl_certificates.py", line 258, in provision_certificates import acme.messages File "/usr/local/lib/python3.4/dist-packages/acme/messages.py", line 4, in <module> from acme import challenges File "/usr/local/lib/python3.4/dist-packages/acme/challenges.py", line 9, in <module> import OpenSSL ImportError: No module named 'OpenSSL'