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.
We are adding a
disableTLSCertificateValidationproperty intopackageSourcessection in NuGet.Config files that will allow users to disable TLS certificate validation for https certificates.Update the docs describing this change.