From inside of the docker container (service-api), i can reach the azure-devops instance (https://dev.azure.com/).
I can interact with the api (by using my api-key) via curl from the container command line.
Still when using the Plugin, I get the error Resolved [com.epam.ta.reportportal.exception.ReportPortalException: Impossible interact with integration. Unable to connect to Azure DevOps. Code: 0, Message: java.net.SocketException: Network is unreachable] eventhough dev.azure.com should be reachable from within the container.
In the tcp-dump of the docker host, i can see, that the integration is trying to establish a connection to dev.azure.com wihtout using the provided proxy settings.
Are there any recommandations/docs on how to setup this integration behind a proxy?
Hello, i am trying to use this integration behind a corporate proxy.
I tried setting the proxy in the
service-api
container by using:http_proxy
andhttps_proxy
variable in the docker container-Dhttp.proxyHost=http://myproxy.internal.com -Dhttp.proxyPort=1234 -Dhttps.proxyHost=http://myproxy.internal.com -Dhttps.proxyPort=1234
JAVA_OPTSFrom inside of the docker container ().
I can interact with the api (by using my api-key) via curl from the container command line.
service-api
), i can reach the azure-devops instance (https://dev.azure.com/Still when using the Plugin, I get the error
Resolved [com.epam.ta.reportportal.exception.ReportPortalException: Impossible interact with integration. Unable to connect to Azure DevOps. Code: 0, Message: java.net.SocketException: Network is unreachable]
eventhough dev.azure.com should be reachable from within the container.In the tcp-dump of the docker host, i can see, that the integration is trying to establish a connection to dev.azure.com wihtout using the provided proxy settings.
Are there any recommandations/docs on how to setup this integration behind a proxy?