Skip to content

Unable to read data from the transport connection #33

Description

@ismailmayat

Expected Behavior
Tried to make calls to build and Get however get following error:

Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

I tried to setup TLS and also tried to ignore any SSL errors but still get same error.

ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls12; ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, sslPolicyErrors) => true;

When I make curl requests using same build url and user and token it works fine.

Your Environment
I am running windows server 2016 and Jenkins ver. 2.222.1
My client code is .net 45

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions