iNPUTmice / ServerStatus

Status page and uptime monitor for XMPP servers
https://status.conversations.im
BSD 3-Clause "New" or "Revised" License
24 stars 8 forks source link

x seems to be down #7

Open genofire opened 3 years ago

genofire commented 3 years ago

I am not able to detect a problem with https://status.conversations.im/fireorbit.de/ is there any dns caching problem or blocked threads on hosts?

iNPUTmice commented 3 years ago

I think there is an incomplete BOSH configuration that Babbler tries to connect to. Log line is this:

 [pool-1-thread-2] INFO im.conversations.status.xmpp.ServerStatusChecker - Failed to connect to BOSH connection configuration: http://null:0/http-bind/ while testing fireorbit.de

Probably best to teach Babbler not to connect via Bosh/Websocket at all.

genofire commented 3 years ago

hmm my https://fireorbit.de/.well-known/host-meta.json is correct:

{
  "links": [
    {
      "rel": "urn:xmpp:alt-connections:xbosh",
      "href": "https://chat.sum7.eu:443/bosh"
    },
    {
      "rel": "urn:xmpp:alt-connections:websocket",
      "href": "wss://chat.sum7.eu:443/ws"
    }
  ]
}

.... how does Babbler get the address: http://null:0/http-bind ?