Wojtek

Results 362 comments of Wojtek

In order to make HTTP request you need to: 1) pass `api-key` (configured in HTTP api key repository via admin web ui) 2) authenticate the request using [HTTP Basic access...

I would suggest taking a look at [Quick Start guide](https://docs.tigase.net/tigase-server/master-snapshot/Administration_Guide/html/#QuickStart) and using pre-build packages available in release section (especially if this is "administration project"). Otherwise, you would have to include...

Hi! > We have an app and we need presence information for the app to perform. > As there are two nodes, we have two UI in different external IPs...

> Our app does not send messages to other nodes, but we only need presence information that is not working right now. I assumed as much. I was suggesting a...

Do you have correct certificate or are you using self-signed generated by the Tigase? If it's self signed, then please see Smack documentation how to handle it as most likely...

Is there any pattern to this? How often does it happen? You should take a look at [Debugging Tigase](https://docs.tigase.net/tigase-server/7.0.2/Administration_Guide/html/#_debuging_tigase) section in our documentation. Two possible cases would be: 1) someone...

1) how do you connect? From browser? (if yes, which one and in which version?) 2) have you tried with proper certificate (i.e. *not* self-signed)?

> By the way, when you set SSL certificate via web admin UI it checks domain name in CN, so for default certificate (which is in use for wss connections...

> I've realized that I can put proxy, kind of nginx, in front to do ssl stuff and avoid enabling it in the Tigase. Right? Yes, that's correct. We are...

Could you more details about what you want to do / achieve? Where do you want to update message? If it's about Tigase's API (pugin/component) - by the rule of...