-
Notifications
You must be signed in to change notification settings - Fork 694
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
Add disableTLSCertificateValidation
property to nuget.config
#5504
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
disableTLSCertificateValidation
property intopackageSources
section 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