My Discourse at wespenreboards.com has been down for a few hours. Members tell me that some get the error message that the forum could have been hacked. Another says that they get the message the certificate has expired. A third person now gets this message: “FetchEvent.respondWith received an error:no-response.”
When I try to log in myself (I’m the Admin), I just get the spinning wheel. The forum is up-to-date, so the certificate should be also. To be sure I ran this:
It doesn’t look like your site is up at the moment. Have you done anything in the meantime?
I’m wondering if you may need to update your data container if it’s not been done in awhile. I’m still a little hazy on the two-container set-up, so I’ll pop an @pfaffman bat signal in as I’m sure he knows more about the rhythm for that.
This may have updated recently as now the /privacy and /tos pages only appear when company name has been filled in. I don’t know if this would affect the test in this case, but thought it sounded relevant.
ok, so the problem you have isn’t a reachability problem, it’s probably a problem that Discourse isn’t starting up properly. Can you paste the entirety of what you see when you run the launcher start?
It’s used by get_discourse_version which is called by check_if_hostname_resolves_here which may report DNS PROBLEM if the connection to localhost and to the fully qualified domain don’t report the same version. However, it looks like it might be silent if both connections fail. See here.
cd /var/discourse
git pull
./launcher start web_only
(Bearing in mind that I’m not personally familiar with the two-container setup that you are apparently using. Also bearing in mind the question upthread as to whether you should update your data container.)