-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The underlying connection was closed: An unexpected error occurred on a send. #51
Comments
duplicate of #42 |
I am using c# code and still seeing same issue, can someone update the sample code. or let me know what i am doing wrong ? |
I am also getting this all of a sudden. The same code worked last year on v1, but it is not working on v2 and gives this same error on the same line. Yes, I do have this in: And I'm using .Net 2.6.2 My sample code: string apiPath = "/api/v2/tickets/1";
.... |
DId any one found the exact solution for the issue ? i am getting response when we change .Net 4 and TLS1 |
Hi Exactly the same issue I have.
This line also does not work for me. Also upgrade the .net Framework to 4.7 which didnt work. Kindly someone post your solution here. |
I am using the c# code and upon this line the connection was closed error message is thrown. What am I doing wrong?
HttpWebResponse response = (HttpWebResponse)request.GetResponse()
Using the sample code.
The text was updated successfully, but these errors were encountered: