/Users/runner/runners/2.163.1/work/1/s/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/Users/runner/runners/2.163.1/work/1/s/artifacts/tmp/Release/dotnet-msbuild.Tests/WhenRestoreSourcesStartsWithUnixPathThenHttpsSourceIsParsedCorrectly/LibraryWithUnresolvablePackageReference/LibraryWithUnresolvablePackageReference.csproj]
/Users/runner/runners/2.163.1/work/1/s/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : The SSL connection could not be established, see inner exception. [/Users/runner/runners/2.163.1/work/1/s/artifacts/tmp/Release/dotnet-msbuild.Tests/WhenRestoreSourcesStartsWithUnixPathThenHttpsSourceIsParsedCorrectly/LibraryWithUnresolvablePackageReference/LibraryWithUnresolvablePackageReference.csproj]
/Users/runner/runners/2.163.1/work/1/s/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : Authentication failed, see inner exception. [/Users/runner/runners/2.163.1/work/1/s/artifacts/tmp/Release/dotnet-msbuild.Tests/WhenRestoreSourcesStartsWithUnixPathThenHttpsSourceIsParsedCorrectly/LibraryWithUnresolvablePackageReference/LibraryWithUnresolvablePackageReference.csproj]
/Users/runner/runners/2.163.1/work/1/s/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : Unable to find an entry point named 'AppleCryptoNative_SslCreateContext' in shared library 'System.Security.Cryptography.Native.Apple'. [/Users/runner/runners/2.163.1/work/1/s/artifacts/tmp/Release/dotnet-msbuild.Tests/WhenRestoreSourcesStartsWithUnixPathThenHttpsSourceIsParsedCorrectly/LibraryWithUnresolvablePackageReference/LibraryWithUnresolvablePackageReference.csproj]" does not contain visually same fragment string "NU1101".
Restore completed in 423.9 ms for /opt/code/artifacts/tmp/Release/EndToEnd.Tests/ItCanRunToolsInACSProj/MSBuildTestApp/MSBuildTestApp.csproj.
/opt/code/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/opt/code/artifacts/tmp/Release/EndToEnd.Tests/ItCanRunToolsInACSProj/MSBuildTestApp/MSBuildTestApp.csproj]
/opt/code/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : The SSL connection could not be established, see inner exception. [/opt/code/artifacts/tmp/Release/EndToEnd.Tests/ItCanRunToolsInACSProj/MSBuildTestApp/MSBuildTestApp.csproj]
/opt/code/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : Authentication failed, see inner exception. [/opt/code/artifacts/tmp/Release/EndToEnd.Tests/ItCanRunToolsInACSProj/MSBuildTestApp/MSBuildTestApp.csproj]
/opt/code/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : The type initializer for 'SslMethods' threw an exception. [/opt/code/artifacts/tmp/Release/EndToEnd.Tests/ItCanRunToolsInACSProj/MSBuildTestApp/MSBuildTestApp.csproj]
/opt/code/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : The type initializer for 'Ssl' threw an exception. [/opt/code/artifacts/tmp/Release/EndToEnd.Tests/ItCanRunToolsInACSProj/MSBuildTestApp/MSBuildTestApp.csproj]
/opt/code/artifacts/bin/redist/Release/dotnet/sdk/5.0.100-ci/NuGet.targets(124,5): error : Unable to find an entry point named 'CryptoNative_Tls13Supported' in shared library 'System.Security.Cryptography.Native.OpenSsl'. [/opt/code/artifacts/tmp/Release/EndToEnd.Tests/ItCanRunToolsInACSProj/MSBuildTestApp/MSBuildTestApp.csproj]
dotnet/toolset#3884 has errors like this trying to update to the dotnet/runtime official build:
Details
macOS https://dev.azure.com/dnceng/public/_build/results?buildId=464720&view=ms.vss-test-web.build-test-results-tab&runId=14788342&paneView=debug&resultId=100006
Linux https://dev.azure.com/dnceng/public/_build/results?buildId=464720&view=ms.vss-test-web.build-test-results-tab&runId=14790786&paneView=debug&resultId=100004
There are some similar looking crypto issues in aspnet/extensions too: dotnet/extensions#2798.