Still getting "Something Went Wrong", no errors on install after upgrade

I went through a few posts and got the OpenSSL module for Python3 working finall, running mailinabox gives no errors at all (Yay!)

But browsing System Status, SSL Certs both still time out and give “Something Went Wrong” messages.

I’d really like to update my cert and start using Let’s Encrypt :smiley:

What else can I go digging into to solve this?

OK, this all seems to be DNS related.

  1. /etc/resolv.conf ignored my dnsnameservers directive in /etc/network/interfaces, and sets DNS to 127.0.0.1

If I temporarily fix the /etc/resolv.conf file, it at least eventually shows me my SSL Certs page, still fails on the status page.

Is this setting I am using purposely being overwritten somewhere?

auto eth0
iface eth0 inet static
address 10.0.0.41
netmask 255.255.255.0
network 10.0.0.0
broadcast 10.0.0.255
gateway 10.0.0.254
dns-search nickellson.com
dns-nameservers 10.0.0.24 10.0.0.25