Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet + Docker Publish resulting in HTTP400
-
Hi,
We have been trying to implement docker image publish to our ProGet installation but the process fails with the following error:
error parsing HTTP 400 response body: invalid character 'B' looking for beginning of value: "Bad Request"
It authenticates with success, then tries to push the image and fails with that error. Don't have any sort of similar error with NuGet, Maven, NPM.
Any thoughts?
Thanks!
Product: ProGet
Version: 4.7.13
-
Hello Dex,
What server are you using to run ProGet? (Linux/Docker, Windows/IIS, or Windows/Standalone?)
-
Hi Ben,
We are using Windows/IIS in a Load Balanced / High-Availability Installation. (3 machines)
Thanks!
-
It sounds like your load balancer is somehow trying to interact with the Docker protocol in some manner... there's nothing on the ProGet side that should cause that message in the client. It's hard to say, however, given that the load-balancer is forwarding requests to the ProGet software..