gabrieljackson / mattermost-plugin-wrangler

Manage Mattermost Messages Masterfully!
Apache License 2.0
49 stars 13 forks source link

Wrangler creates http instead of https addresses #125

Open fp66 opened 2 years ago

fp66 commented 2 years ago

Hi,

when I move a message to another channel, the system message reports:

A thread has been moved: http://mm.ourdomain.de/zgk/pl/zc7spc9a7fg4ubskes5piutwgo

The correct address however, is httpS:///mm.ourdomain.de/zgk/pl/zc7spc9a7fg4ubskes5piutwgo As a result, when clicking on the link in the Mattermost desktop app, the newly created message is not opened in the app but in the standard browser.

When I edit the message manually (http://... > https://...), I'm led correctly to the message within the app.

As I am not an administrator, I don't know whether the issue is a matter of the wrangler extension or our configuration. Can anyone give me a hint whether this is a bug or our administrator must change something in the configuration file?

Frank

Haliax commented 2 years ago

The link is created using the SiteURL from the Mattermost configuration.

Your administrator needs to make sure the SiteURL is pointing to https:// and the plugin will link there correctly. Nothing needs to be fixed here.