mattermost notifications
http-proxy の背後にある GitLab から別の Mattermost サーバー (このプロキシの背後ではない)に構成する方法はありますか?
Web UI から試しましたが、「Something was wrong on our end」というエラーが表示されます。私はこれで Mattermost をカールしようとしました:
curl -i -X POST -H 'Content-Type: application/json' -d '{"text": "Hello, this is some text\nThis is more text. :tada:"}' https://mattermost_webhook_url
うまくいきませんが、もしそうならexport https_proxy=the_https_proxy
、curl はうまくいき、Mattermost に通知があります。何か案が?