[WSO2 APIM 3.0配置代理问题

问题描述 投票:0回答:1

我需要使用后端代理配置WSO2APIM的帮助。

我的配置在Deployment.toml

[transport.passthru_https.sender.parameters]
http.proxyHost = "myadresseproxy"
http.proxyPort = "3128"
non-blocking   = "true"
bind-address = ["localhost","myadresse"]

[transport.passthru_http.sender.parameters]
http.proxyHost = "myadresseproxy"
http.proxyPort = "3128"
non-blocking   = "true"
bind-address = ["localhost","myadresse"]

此配置无效:使用API​​需要代理时,我遇到“连接到后端时出错”可以,API不需要通过代理传递

使用此配置,文件axis2.xml是正确的

我该怎么办?想法?

谢谢

proxy wso2-am
1个回答
0
投票

这些配置似乎存在问题,并且已在https://github.com/wso2/product-apim/pull/7115/files中修复。您可以在wso2am-3.0.0 / repository / resources / conf / default.json中进行这些更改,并完成此操作。

© www.soinside.com 2019 - 2024. All rights reserved.