aspnet / MetaPackages

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

Force http in tests #251

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

The prior change did fix the invalid cert issue, but then some tests started failing only on net461 with an algorithm conflict. @javiercn you may want to check the default algorithms between a net461 client and a Core server.

Different fix: force these tests to use http.

Feel free to merge, I may be offline.

javiercn commented 6 years ago

@muratg I'm already filing

javiercn commented 6 years ago

@muratg https://github.com/aspnet/MetaPackages/issues/252

I do believe what @Tratcher means is that there is a conflict between the default algorithms used by HTTP Client when establishing an HTTPS connection to a Kestrel server on the edge exposing an HTTPS endpoint. Maybe @halter73 knows something about it?

javiercn commented 6 years ago

Seems like the build is hanging on appveyor. Is there any way to re-trigger it? @ryanbrandenburg

javiercn commented 6 years ago

I've pushed an empty commit to the branch to re-trigger the appveyor build