igniterealtime / openfire-httpFileUpload-plugin

Adds XEP-0363 functionality to Openfire that allows compliant clients to exchange files
Apache License 2.0
9 stars 10 forks source link

How to configure HTTPS domain names #27

Closed pzhu1015 closed 3 years ago

pzhu1015 commented 3 years ago

The online environment does not use IP. If you want to use the HTTPS domain name instead of IP and port, how to configure it? The generated file URL is incorrect https://192.168.1.100:7443/httpfileupload/xxxxxxx.png =>https://domain.com:7443/httpfileupload/xxxxxxx.png, instead of https://domain.com/httpfileupload/xxxxxxx.png

guusdk commented 3 years ago

Please do not use this issue tracker as a support desk tool. For that, you can use our community forum at https://discourse.igniterealtime.org

You can reconfigure the URLs that are announced by setting a couple of system properties. This is documented in the readme file of the plugin.