@julien-f Thanks!
Just got you setup and DM'd.
Let me know if you need anything else to poke around on.
Posts made by techiem2
-
RE: Transport-XMPP failing to start
-
RE: Transport-XMPP failing to start
@julien-f As far as I can tell. It's a standard Let's Encrypt cert and it works with normal clients.
-
RE: Transport-XMPP failing to start
@julien-f
Ok, so it doesn't fail with the socket error, but now it's saying unable to verify the first certificate:
Not sure if this is a plugin issue or something on my end, but normal clients connect fine.
I'm using Prosody with a Letsencrypt cert.plugin.load { "id": "transport-xmpp" } { "code": "UNABLE_TO_VERIFY_LEAF_SIGNATURE", "message": "unable to verify the first certificate", "name": "Error", "stack": "Error: unable to verify the first certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1550:34) at TLSSocket.emit (node:events:514:28) at TLSSocket.patchedEmit [as emit] (/opt/xo/xo-builds/xen-orchestra-202310280240/@xen-orchestra/log/configure.js:52:17) at TLSSocket._finishInit (node:_tls_wrap:967:8) at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:743:12) at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17)" }
-
RE: Transport-XMPP failing to start
@julien-f
Sorry, been a bit busy.
I'll update this weekend and see if the new version pulls in.
Thanks! -
RE: Transport-XMPP failing to start
@julien-f
From Source using ronivay's script:
https://github.com/ronivay/XenOrchestraInstallerUpdater -
RE: Transport-XMPP failing to start
@julien-f If you can give me instructions on how to update the plugin with the updated version, i'll give it a shot!
-
RE: Transport-XMPP failing to start
Just to be clear it's the Transport-XMPP plugin itself giving the error when I try to turn it back on.
Backup-Reports is still on and thinks it's working.
-
Transport-XMPP failing to start
Hopefully this is the correct place for this.
At one point I had Transport-XMPP configured and working to send me backup report messages (before I broke my XMPP server for a while...).
I have my server back up and running now and tried to re-enable Transport-XMPP and get this error:
Cannot read properties of undefined (reading 'socket')Any suggestions on how to troubleshoot this?
Thanks!