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

docs: add examples for cert-reqs #2634

Merged
merged 1 commit into from
May 11, 2023
Merged

Conversation

YingjieQiao
Copy link
Contributor

@YingjieQiao YingjieQiao commented Aug 26, 2021

Closes #1198

I spent quite a lot of time to figure out what flag/validator value I should use for cert-reqs when I was trying to make the client verification optional - the request can be accepted by my server regardless the client provides a certificate or not. During the research process, I find the SSL section of the documentation could use some improvement here as new users like me would not be able to think of which number (0, 1, 2) stands for which verification mode on the spot.

I find an open issue #1198 raised in 2016 mentioning the same ambiguity about the cert-reqs flag in the docs that I am also facing. There wasn't a PR raised back then, so I am raising this one to address this issue now.

@benoitc benoitc merged commit f859de4 into benoitc:master May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[doc] --cert-reqs option could be more descriptive
2 participants