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

fix: the client verify flag might not be set #6906

Merged
merged 4 commits into from
Apr 22, 2022

Commits on Apr 22, 2022

  1. fix: the client verify flag might not be set

    A more suitable way is to reject client TLS handshake directly, just
    like what Go has done.
    
    Fix apache#6896
    Signed-off-by: spacewander <[email protected]>
    spacewander committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    be966df View commit details
    Browse the repository at this point in the history
  2. the previous fix is incorrect

    Signed-off-by: spacewander <[email protected]>
    spacewander committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    b372b7c View commit details
    Browse the repository at this point in the history
  3. fix wrong param

    Signed-off-by: spacewander <[email protected]>
    spacewander committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    13825e2 View commit details
    Browse the repository at this point in the history
  4. tweak

    Signed-off-by: spacewander <[email protected]>
    spacewander committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f27ba1b View commit details
    Browse the repository at this point in the history