Proxy 无法在代理后使用GitLab集成

Proxy 无法在代理后使用GitLab集成,proxy,gitlab,webhooks,mattermost,Proxy,Gitlab,Webhooks,Mattermost,是否有办法从http代理后面的GitLab配置mattermost通知,并将其配置到另一个mattermost服务器(不在此代理后面) 我试过从网络用户界面,但我有错误的东西是错误的,在我们的结束。我试着用这个卷曲最重要的部分: curl -i -X POST -H 'Content-Type: application/json' -d '{"text": "Hello, this is some text\nThis is more text. :tada:"}' https://matter

是否有办法从http代理后面的GitLab配置
mattermost通知
,并将其配置到另一个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

它不起作用,但是如果我导出https\u proxy=the\u https\u proxy,那么curl就起作用了,并且我有Mattermost中的通知。有什么想法吗?

您是否尝试为此添加env变量
https\u proxy

它解决了我的问题