Add CLI option for disableTLSCertificateValidation
property
#14061
Labels
help wanted
Considered good issues for community contributions.
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Type:Feature
NuGet Product(s) Involved
NuGet.exe, dotnet.exe
The Elevator Pitch
Some time ago the property
disableTLSCertificateValidation
was added to nuget config sources (#12996, #13023, #13478). But this property is not represented by any CLI option so it needs to be added manually in the NuGet config file.Similar to how
allowInsecureConnections
has a CLI option, I would suggest adding a CLI option to set thedisableTLSCertificateValidation
when usingnuget sources add
anddotnet nuget add source
.Additional Context and Details
No response
The text was updated successfully, but these errors were encountered: