Skip to content
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

[Mono issue] can't connect to server with tls 1.0, tls 1.1, tls 1.2 #3947

Open
zhili1208 opened this issue Nov 15, 2016 · 1 comment
Open
Labels
Platform:Mono NuGet.exe on mono scenarios Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:NuGet.exe NuGet.exe Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time
Milestone

Comments

@zhili1208
Copy link
Contributor

Looks like mono Httpclient only support tls 1.1 and 1.2 on IOS
https://developer.xamarin.com/guides/cross-platform/transport-layer-security/

But tls 1.0 still doesn't work for nuget.

Repro step:

  1. ServicePointManager.SecurityProtocol =SecurityProtocolType.Tls;
  2. Create a HttpClient, connect to https://www.ssllabs.com:10301/

Expected:

Get status code: 200

actual:
Got status code: 400

@zhili1208 zhili1208 added Product:NuGet.exe NuGet.exe Platform:Mono NuGet.exe on mono scenarios labels Nov 15, 2016
@zhili1208 zhili1208 self-assigned this Nov 15, 2016
@rrelyea rrelyea added this to the Future-1 milestone Dec 9, 2016
@rrelyea
Copy link
Contributor

rrelyea commented Dec 9, 2016

Please link to existing mono bug or new one that you create.

@jainaashish jainaashish modified the milestones: Future-1, Backlog Nov 10, 2017
@jainaashish jainaashish added the Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. label Nov 10, 2017
@ghost ghost added the Status:Inactive Icebox issues not updated for a specific long time label Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform:Mono NuGet.exe on mono scenarios Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:NuGet.exe NuGet.exe Status:Excluded from icebox cleanup Status:Inactive Icebox issues not updated for a specific long time
Projects
None yet
Development

No branches or pull requests

6 participants