-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[Templates] Generate single test HTTPS Certificate #57431
Conversation
javiercn
commented
Aug 20, 2024
- Generates a single HTTPS certificate for tests instead of one per test.
* Generates a single HTTPS certificate for tests instead of one per test.
Could we just check one in? I'm pretty sure the kestrel tests just have a folder of pre-made certs with various characteristics. Edit: Oh, I see you're actually creating a real dev cert. Well, be careful about cert trust. |
/azp run aspnetcore-ci |
Pipelines were unable to run due to time out waiting for the pull request to finish merging. |
These tests don't trust the cert in any way. They setup Selenium/Playwright/Dotnet to bypass the trust. |
Co-authored-by: Stephen Halter <halter73@gmail.com>