Add disableTLSCertificateValidation property to nuget.config#5504
Conversation
Thanks, Nigusu. Are you planning on creating another PR for https://github.com/NuGet/Home/blob/dev/proposed/2023/InsecureConnectionsDisableCertificateValidation.md#technical-explanation? |
please add the link to docs issue in this PR description. |
Thank you Kartheek! Yes, I will create another PR for that. |
5cd96b1 to
60a03ad
Compare
|
@Nigusu-Allehu I think the docs link in the PR description is incorrect. It's linking to the technical explanation, not a docs issue for documenting the new property. |
e3f95c9
into
dev-feature-disable-TLS-certificate-verification
Bug
Fixes: NuGet/Home#12996
Regression? Last working version:
Description
We need to add a
disableTLSCertificateValidationproperty intopackageSourcessection in NuGet.Config files, as below:spec : https://github.com/NuGet/Home/blob/dev/proposed/2023/InsecureConnectionsDisableCertificateValidation.md#package-source-nuget-config
PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation