When reprot a build status,(fail or success) often connected failed,mayber the net is poor
Answered
so I want to use proxy, I want to know the report build status service is using Forward proxy or the reverse?
Please sign in to leave a comment.
Hello,
Commit Status Publisher would use a forward proxy - basically, whatever is in the route between TeamCity server and GitHub instance, outgoing from TC side.
If you have any questions regarding the logic, may I ask you to reply to https://teamcity-support.jetbrains.com/hc/en-us/community/posts/360008278779-I-don-t-know-why-reprot-two-status-? so to keep the related conversation in a single place?
it's different questiosn,so I ask separtely.I have set teamcity.http.proxyHost teamcity.http.proxyLogin teamcity.http.proxyPassword teamcity.http.proxyPort in Diagnostics-> internal properties. I think teamcity have used proxy to connect with github,but publish status often happend error:Connect to api.github.com:443
Since your target is on port 443, you may also need to configure your forward proxy for https. Try adding the following to your internal properties:
teamcity.https.proxyHost
teamcity.https.proxyLogin
teamcity.https.proxyPassword
teamcity.https.proxyPort