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

ZOOKEEPER-3832 ZKHostnameVerifier rejects valid certificates with subjectAltNames (3.5) #1364

Closed
wants to merge 1 commit into from

Commits on May 21, 2020

  1. ZOOKEEPER-3832: ZKHostnameVerifier rejects valid certificates with su…

    …bjectAltNames
    
    This issue has been reported by a user who wanted to use a cert that contains SAN entries that are not of type DNS or IP.
    I've come across the following ticket in http client project which seems to be related:
    https://issues.apache.org/jira/browse/HTTPCLIENT-1906
    
    This is the backport of the fix.
    
    Original patch: apache/httpcomponents-client@56cc245
    
    Target versions: 3.5, 3.6, 3.7
    
    Author: Andor Molnar <andor@apache.org>
    
    Reviewers: Enrico Olivelli <eolivelli@apache.org>, Mate Szalay-Beko <symat@apache.org>
    
    Closes apache#1353 from anmolnar/ZOOKEEPER-3832
    anmolnar committed May 21, 2020
    Configuration menu
    Copy the full SHA
    2daa1c4 View commit details
    Browse the repository at this point in the history