
ubuntu - Run ejabberd in a Docker container - Server Fault
Jan 24, 2025 · Failed RPC connection to the node ejabberd@localhost: nodedown My first guess was that ejabberd is not run and I tried. ejabberdctl start inside the docker container, but it did not help. Also I tried to add. CMD ["ejabberdctl", "foreground"] to the Docker file, but without a success and telnet 172.17.0.2 5280 did not connect.
ejabberd - CA certificate shows as unkown certificate - Server Fault
Jan 9, 2020 · I am trying to configure a certificate for usage with my ejabberd server. This is not a self-signed cert but one from PossitiveSSL from Comodo valid for 1 year. Cert is not expired. I have the
ubuntu - Enable user registration - eJabberd - Server Fault
Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Ejabberd. Different ports - different access - Server Fault
Jan 4, 2019 · Looking at ejabberd_http_ws.erl source code, I see some code that specifically gets and applies the limitations configured for the FIRST ejabberd_c2s port listener. Just a wild idea: configure two c2s ports: the first one for the ws, and block it in the firewall.
ejabberd - How do I successfully run ejabberdctl dump-config or …
Jan 15, 2021 · After starting up ejabberd 20.12 in Docker, the logs tell me I should run ejabberdctl dump-config to get the current running configuration. 2021-01-15 01:32:21.039034+00:00 [warning] Listening option 'certfile' of module ejabberd_c2s is deprecated and was automatically appended to global 'certfiles' option.
ejabberd: set Diffie-Hellman (DH) ciphers bitsize to >= 2048
Oct 24, 2015 · In the modern version of ejabberd there is a possibility to use custom Diffie-Helman parameters by providing a self-generated pem-file to the dhfile and s2s_dhfile options in ejabberd.yml. I had created different such DH parameters pem-files in three different ways:
Newest 'ejabberd' Questions - Server Fault
ejabberd is a Jabber/XMPP instant messaging server, licensed under GPLv2 (Free and Open Source), written in Erlang/OTP. Among other features, ejabberd is cross-platform, fault-tolerant, clusterable and modular.
amazon web services - Unable to log in to ejabberd - Server Fault
Jan 10, 2020 · I also configured ejabberd.yml file for my subdomain (im.mydomain.org), and I also set the domain's A record (im.mydomain.org) to point to the AWS instance's ip address. I also specified the admin users. I used ejabberdctl utility to add users successfully.
linux - How to auto start ejabberd in centos 7? - Server Fault
Sep 20, 2016 · On a *nix system, if you want ejabberd to be started as daemon at boot time, copy ejabberd.init from the ’bin’ directory to something like /etc/init.d/ejabberd (depending on your distribution). Create a system user called ejabberd, give it write access to the directories database/ and logs/, and set that as home; the script will start the ...
ssl - Ejabberd TLS negotiation failed - Server Fault
Jan 19, 2021 · Searching "ejabberd certificates", all tutorials mention that ejabberd wants the private-key.pem ...