Skip to content
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

Remove broken mtls code to fix CI #2218

Merged
merged 2 commits into from
May 21, 2024
Merged

Remove broken mtls code to fix CI #2218

merged 2 commits into from
May 21, 2024

Conversation

djc
Copy link
Collaborator

@djc djc commented May 21, 2024

Nightly Rust started warning about undefined features, which broke CI:

https://github.com/hickory-dns/hickory-dns/actions/runs/9172380557/job/25219060007

The mtls feature seems to have been added in a broken state in #117 and has never since been fixed. I wouldn't be surprised if the same use case can work today by providing a preconfigured rustls ClientConfig with client authentication enabled. In either case, it seems unlikely that this code will ever be fixed, so probably better to remove it.

@djc djc requested a review from bluejekyll May 21, 2024 11:14
@djc djc changed the title Remove broken mtls code Remove broken mtls code to fix CI May 21, 2024
@djc
Copy link
Collaborator Author

djc commented May 21, 2024

Some older crates were broken on current nightly, so I threw a dependency update in here.

Copy link
Member

@bluejekyll bluejekyll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this makes sense to me. I can revisit adding mtls back at some point in the future

@bluejekyll bluejekyll merged commit 107635c into main May 21, 2024
18 checks passed
@bluejekyll bluejekyll deleted the kill-mtls branch May 21, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants