Error on pre-test commit - Chunked encoding upload is not supported on the HTTP/1.0 protocol.
I have TeamCity Add-in 2018.2.3 and the server is on TeamCity Enterprise 2017.1.2 (build 46812)
When I try to run a Personal Build for pre-tested commit I get the following error message :-
Failed to register remote run on TeamCity server. Error: Chunked encoding upload is not supported on the HTTP/1.0 protocol.
I have checked the server.xml file and the endpoints are all 1.1. What do I need to change to get this working.
Please sign in to leave a comment.
This has been fixed. The issue was my Proxy.
ReSharper -> Options -> Environment -> Web Proxy Settings
"Use system proxy server settings when downloading from Internet" was checked. I had to uncheck this and enter proxy information manually with username/password then personal builds worked.