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

httpcaddyfile: Fix cert file decoding to load multiple PEM in one file #5997

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

francislavoie
Copy link
Member

Closes #5981

Copy link
Member

@mholt mholt left a comment

Choose a reason for hiding this comment

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

Oh wow, not sure how I missed that!! Thanks Francis :)

@mholt mholt merged commit f976c84 into master Dec 20, 2023
25 checks passed
@mholt mholt deleted the caddyfile-cert-decoding branch December 20, 2023 15:37
@vaizki
Copy link

vaizki commented Dec 21, 2023

Oh wow, not sure how I missed that!! Thanks Francis :)

I'm amazed nobody before me has brought this issue up, as these type of trust bundles are very common now.. that's why I had a hard time believing it was an actual bug. Great that it was sorted out so quickly!

@francislavoie
Copy link
Member Author

Ultimately, TLS client auth is very rarely used. It's not that popular of a feature. So I don't find it surprising personally 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

trusted_ca_cert_file should support multiple trusted CA certs in one file
3 participants