<!-- Disables certification validation on a specific https source -->
<packageSources>
<add key="Contoso" value="https://contoso.com/packages/" disableTLSCertificateValidation="true" />
</packageSources>
We need to add a
disableTLSCertificateVerificationproperty intopackageSourcessection in NuGet.Config files, as below:Spec: https://github.com/NuGet/Home/blob/dev/proposed/2023/InsecureConnectionsDisableCertificateValidation.md#package-source-nuget-config