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

Add docs for disableTLSCertificateValidation #13478

Open
Nigusu-Allehu opened this issue Apr 4, 2024 · 1 comment
Open

Add docs for disableTLSCertificateValidation #13478

Nigusu-Allehu opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
Category:Quality Week Issues that should be considered for quality week Priority:1 High priority issues that must be resolved in the current sprint. Type:Docs

Comments

@Nigusu-Allehu
Copy link
Contributor

We are adding a disableTLSCertificateValidation property into packageSources section in NuGet.Config files that will allow users to disable TLS certificate validation for https certificates.

<packageSources>
    <add key="Contoso" value="https://source" disableTLSCertificateValidation="true" />
</packageSources>

Update the docs describing this change.

Copy link
Contributor

@Nigusu-Allehu Issue is missing Type label, remember to add a Type label

@dotnet-policy-service dotnet-policy-service bot added the missing-required-type The required type label is missing. label Jun 1, 2024
@nkolev92 nkolev92 added Priority:1 High priority issues that must be resolved in the current sprint. Type:Docs and removed P1 labels Jun 1, 2024
@dotnet-policy-service dotnet-policy-service bot removed the missing-required-type The required type label is missing. label Jun 1, 2024
@Nigusu-Allehu Nigusu-Allehu added the Category:Quality Week Issues that should be considered for quality week label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Quality Week Issues that should be considered for quality week Priority:1 High priority issues that must be resolved in the current sprint. Type:Docs
Projects
None yet
Development

No branches or pull requests

2 participants