Fifteen created IMPALA-10690:
--------------------------------

             Summary: Unreachable code in SSL certificate check logic
                 Key: IMPALA-10690
                 URL: https://issues.apache.org/jira/browse/IMPALA-10690
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.0
            Reporter: Fifteen
            Assignee: Fifteen


Hi, 

There is an unreachable branch in `TSSLSocketWithWildcardSAN #73`s

```

# Line73: This branch will never be reached
 raise TTransportException(
 type=TTransportException.UNKNOWN,
 message='Could not validate SSL certificate from '
 'host "%s". Cert=%s' % (self.host, cert)) 

```

Can I fix it ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to