tigase / tigase-server

(M) Highly optimized, extremely modular and very flexible XMPP/Jabber server
https://tigase.net
GNU Affero General Public License v3.0
317 stars 106 forks source link

Can's access http://my-server-ip:8080/setup/ #219

Closed ackema closed 2 months ago

ackema commented 3 months ago

I have a problem with… I try to install tigase-server on my ubuntu22.04 64bit server. I download nightly build version (https://build.tigase.net/nightlies/dists/2024-03-26/tigase-server-8.4.0-SNAPSHOT-b12525-dist.tar.gz), and:

  1. tar -xzvf.
  2. cd tigase-server-8.4.0-SNAPSHOT-b12525
  3. ./scripts/tigase.sh start etc/tigase.conf

in logs/tigase-console.log: [2024-03-27 14:10:41:101] [INFO ] [ main ] XMPPServer.start() : Please setup server at http://localhost:8080/

Then I try to access setup on my windows computer use chrome:

http://my-server-ip:8080/setup

I got 404

What should I do?

Details (please complete the following information):

hantu85 commented 3 months ago

You are currently trying to use Tigase XMPP Server 8.4.0-SNAPSHOT. This version is a nightly (development) build and may contain issues. If you were looking for stable version, please download Tigase XMPP Server 8.3.1 from "Releases" section.

Thank you for reporting this issue. We will work on fixing it.

ackema commented 3 months ago

Thanks Now I am using 8.3.1 version. How can I use my own cert files? I replace pem in /cert/xxx.pem, but it did not work.

ackema commented 3 months ago

I found this in log: Auto-generated certificate for domain: my.domain.com and my pem file was replaced. What should I do to use my own pem file?

hantu85 commented 3 months ago

Have you followed https://docs.tigase.net/en/latest/Tigase_Administration/Security/_Security.html#server-certificates to create a file to place in Tigase /certs/ directory?

ackema commented 3 months ago

Thanks I forgot the root CA. my pem has two parts, I thought the second part was root CA.