-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Platform] Detect and fix certificates with potentially inaccessible keys on Mac OS (3.1) #17581
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…es with inaccessible keys on Mac OS
55797bf
to
36bdd51
Compare
@aspnet/build There seems to be an issue here with the builds on the CI not even starting |
pranavkm
approved these changes
Dec 4, 2019
Moved to Mar as per Tactics. Will need to be explicitly approved for Feb, if required. |
/AzurePipelines run AspNetCore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
Updating back to 3.1.2. |
/AzurePipelines run AspNetCore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run aspnetcore-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-platform
Deprecated: Cross-cutting issues related to ASP.NET Core as a platform
Servicing-approved
Shiproom has approved the issue
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We are signing the SDK installer and packages for Mac OS Catalina compliance with the requirement to have packages notarized. That change affects the way HTTPS works in ASP.NET Core and prevents users from running their ASP.NET Core applications.
To mitigate the issue we are including logic in Kestrel that detects this situation and informs customers of what steps to take to mitigate the issue and we are updating the "dotnet dev-certs" tool to detect when this situation can happen and to fix it automatically when the "dotnet dev-certs https" command is run.
Customer Impact
High
Once a customer installs an updated SDK version they won't be able to run their applications normally unless they fix the existing certificate.
Regression?
No, this is a new requirement introduced by Mac OS Catalina.
Risk
Low, this only includes changes in the tooling, the runtime changes were made for 3.1
Implementation details