-
Notifications
You must be signed in to change notification settings - Fork 694
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
Allow HTTPS sources that have SSL certificate problems #5674
Merged
Nigusu-Allehu
merged 5 commits into
dev
from
dev-feature-disable-TLS-certificate-verification
Apr 4, 2024
Merged
Allow HTTPS sources that have SSL certificate problems #5674
Nigusu-Allehu
merged 5 commits into
dev
from
dev-feature-disable-TLS-certificate-verification
Apr 4, 2024
Conversation
This file contains 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
Nigusu-Allehu
changed the title
Dev feature disable tls certificate verification
Restore from HTTPS sources that have SSL certificate problems
Mar 8, 2024
Nigusu-Allehu
force-pushed
the
dev-feature-disable-TLS-certificate-verification
branch
from
March 8, 2024 04:19
2baabcf
to
ea7fea2
Compare
Let's hold this for 6.11, we're in P3, so we're feature complete already. |
Nigusu-Allehu
force-pushed
the
dev-feature-disable-TLS-certificate-verification
branch
from
March 8, 2024 21:16
0d59bf8
to
1819d4e
Compare
jeffkl
added
the
Merge next release
PRs that should not be merged until the dev branch targets the next release
label
Mar 8, 2024
dotnet-policy-service
bot
added
the
Status:No recent activity
PRs that have not had any recent activity and will be closed if the label is not removed
label
Mar 20, 2024
dotnet-policy-service
bot
removed
the
Status:No recent activity
PRs that have not had any recent activity and will be closed if the label is not removed
label
Mar 22, 2024
kartheekp-ms
reviewed
Apr 1, 2024
Nigusu-Allehu
force-pushed
the
dev-feature-disable-TLS-certificate-verification
branch
from
April 1, 2024 20:09
666889d
to
44921e0
Compare
Nigusu-Allehu
removed
the
Merge next release
PRs that should not be merged until the dev branch targets the next release
label
Apr 1, 2024
Nigusu-Allehu
changed the title
Restore from HTTPS sources that have SSL certificate problems
Allow HTTPS sources that have SSL certificate problems
Apr 1, 2024
nkolev92
approved these changes
Apr 2, 2024
kartheekp-ms
approved these changes
Apr 4, 2024
Nigusu-Allehu
deleted the
dev-feature-disable-TLS-certificate-verification
branch
April 4, 2024 15:54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bug
Fixes: NuGet/Home#4387
Regression? Last working version:
Description
This PR is merging a feature branch that:
disableTLSCertificateValidation
property to nuget.config #5504disableTLSCertificateValidation
is set in the config file for a source. #5514PR Checklist
PR has a meaningful title
PR has a linked issue.
Described changes
Tests
Documentation
disableTLSCertificateValidation
Home#13478)