Error when publishing to internal repository

Hi,

When I try to publish a package to the internal octopus feed, I get the following error, as you can see the Octopack was successful:

OctoPack: OctoPack successful
Publish to repository: http://my-server/octopus/nuget/packages
"F:\Jenkins\workspace\EDelivery\src\packages\OctoPack.3.6.1\build\nuget.exe" push “F:\Jenkins\workspace\EDelivery\src\apps\SendGridWebhooks\obj\octopacked\SendGridWebhooks.1.1.715.nupkg” API-MYAPIKEY -Source http://my-server/octopus/nuget/packages -Timeout 55000
NuGet Version: 3.5.0.38733 (Custom build for OctoPack. See http://g.octopushq.com/VersioningInOctopusDeploy)
Pushing SendGridWebhooks.1.1.715.nupkg to ‘http://my-server/octopus/nuget/packages’…
PUT http://my-server/octopus/nuget/packages/
NotImplemented http://my-server/octopus/nuget/packages/ 429ms
PUT http://my-server/octopus/nuget/packages/
An error was encountered when fetching ‘PUT http://my-server/octopus/nuget/packages/’. The request will now be retried.
Chunked encoding upload is not supported on the HTTP/1.0 protocol.
PUT http://my-server/octopus/nuget/packages/
Chunked encoding upload is not supported on the HTTP/1.0 protocol.

This is the command I am using from within Jenkins:

“/p:VisualStudioVersion=14.0;RunOctoPack=true;OctoPackPackageVersion=1.1.%BUILD_NUMBER%;OctoPackPublishPackageToHttp=http://my-server/octopus/nuget/packages;OctoPackPublishApiKey=API-MYAPIKEY;OctoPackNuGetPushProperties=-Timeout 55000”

Any help would be appreciated. Thanks.

Hi,

Thanks for getting in touch.

The error Chunked encoding upload is not supported on the HTTP/1.0 protocol indicates that you are attempting to push the package over HTTP/1.0. This could be because you are pushing through a proxy. If you are using a proxy you may need to check that your proxy supports HTTP/1.1.

Cheers,
Shane