-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm][xharness] install development SSL certificate on Helix agent before xharness run #53180
[wasm][xharness] install development SSL certificate on Helix agent before xharness run #53180
Conversation
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue DetailsI added HTTPS listener to existing kestrel server in the xharness last week.
|
Should this issue already be resolved? I'm stilling hitting it in CI:
|
I know about this fix: 57bdb95 |
Looking at Viktor's log I can see that the poweshell way of cert installation is there. |
…efore xharness run via SDK or powershell (#53280) Co-authored-by: Ankit Jain <radical@gmail.com> Caused by #53180, #53225 - The original approach to install certificates didn't work because we don't have dotnet SDK, just runtime on Helix agents. - dotnet dev-certs https needs user interaction with a dialog. Instead, using powershelgl to install certs - Wasm.Build.Tests are being disabled here because of #53405 Fixes #53207
I added HTTPS listener to existing kestrel server in the xharness last week.
After the change propagated to this repo, I can see following issue on Helix