aspnet / MetaPackages

[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
211 stars 109 forks source link

Allow untrusted certs in tests #249

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

This is a reaction to the Kestrel change https://github.com/aspnet/KestrelHttpServer/pull/2186 where kestrel listens on https://localhost:5001 by default if the dev cert is present. The dev cert is present on these agents but is not trusted. Trust cannot be established in an automated fashion, so we disable the trust check.

If this has a wider impact we can reconsider moving this functionality into the hosting test infrastructure, but these were the only failures in Universe.