feat: support host level dynamic setting of tls protocol version#9903
Merged
Conversation
AlinsRan
force-pushed
the
feat/ssl_protocols
branch
6 times, most recently
from
July 26, 2023 20:19
b0db19b to
44a00a3
Compare
AlinsRan
force-pushed
the
feat/ssl_protocols
branch
from
July 28, 2023 01:52
44a00a3 to
541ce66
Compare
AlinsRan
marked this pull request as ready for review
July 28, 2023 02:19
AlinsRan
force-pushed
the
feat/ssl_protocols
branch
5 times, most recently
from
July 31, 2023 15:07
dd8bfd4 to
49773e3
Compare
AlinsRan
force-pushed
the
feat/ssl_protocols
branch
from
July 31, 2023 16:21
49773e3 to
759181d
Compare
leslie-tsang
requested review from
juststillthinking,
kingluo,
leslie-tsang and
lingsamuel
August 1, 2023 01:12
leslie-tsang
reviewed
Aug 1, 2023
Co-authored-by: leslie <[email protected]>
Contributor
Author
|
@kayx23 Please help review the doc. |
kayx23
reviewed
Aug 1, 2023
kayx23
reviewed
Aug 1, 2023
leslie-tsang
reviewed
Aug 1, 2023
kayx23
reviewed
Aug 1, 2023
Co-authored-by: leslie <[email protected]> Co-authored-by: Traky Deng <[email protected]>
leslie-tsang
reviewed
Aug 2, 2023
| if not matched_ssl then | ||
| return false, "failed to match ssl certificate" | ||
| end | ||
| local ok, err |
Contributor
Author
There was a problem hiding this comment.
ok, err = _M.set_cert_and_key(sni, new_ssl_value)
Co-authored-by: leslie <[email protected]>
kingluo
previously approved these changes
Aug 2, 2023
juststillthinking
approved these changes
Aug 4, 2023
kingluo
approved these changes
Aug 4, 2023
kldcty
pushed a commit
to kldcty/apisix
that referenced
this pull request
Aug 8, 2023
This was referenced Sep 12, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #9885
Checklist