-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: support host level dynamic setting of tls protocol version #9903
Conversation
b0db19b
to
44a00a3
Compare
44a00a3
to
541ce66
Compare
dd8bfd4
to
49773e3
Compare
49773e3
to
759181d
Compare
Co-authored-by: leslie <[email protected]>
@kayx23 Please help review the doc. |
Co-authored-by: leslie <[email protected]> Co-authored-by: Traky Deng <[email protected]>
if not matched_ssl then | ||
return false, "failed to match ssl certificate" | ||
end | ||
local ok, err |
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.
unused var ok
here.
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.
Line 242 has.
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.
ok, err = _M.set_cert_and_key(sni, new_ssl_value)
Co-authored-by: leslie <[email protected]>
Description
Fixes #9885
Checklist