-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
doc: mark sni.yaml verify_client as Inbound #12114
doc: mark sni.yaml verify_client as Inbound #12114
Conversation
verify_client and verify_client_ca_certs are Inbound configurations rather than Outbound or Both.
If ``NONE`` is specified, |TS| requests no certificate. If ``MODERATE`` is specified | ||
|TS| will verify a certificate that is presented by the client, but it will not | ||
fail the TLS handshake if no certificate is presented. If ``STRICT`` is specified | ||
the client must present a certificate during the TLS handshake. | ||
|
||
By default this is :ts:cv:`proxy.config.ssl.client.certification_level`. | ||
|
||
verify_client_ca_certs Both Specifies an alternate set of certificate authority certs to use to verify the | ||
verify_client_ca_certs Inbound Specifies an alternate set of certificate authority certs to use to verify the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it was originally Outbound (incorrect) and Susan pointed out that it's for Inbound. I'm not sure how it ended up with Both.
#7676
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@masaori335 : you have thoughts? It could be I'm missing something. Should verify_client_ca_certs
be Both
instead of Inbound
?
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seem like I made mistakes. It should be Inbound
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you!
verify_client and verify_client_ca_certs are Inbound configurations rather than Outbound or Both.