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.
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.