You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Brown (JIRA)" <ji...@apache.org> on 2017/04/28 21:50:04 UTC

[jira] [Created] (IMPALA-5264) fix InsecurePlatformWarning under stress test with SSL

Michael Brown created IMPALA-5264:
-------------------------------------

             Summary: fix InsecurePlatformWarning under stress test with SSL
                 Key: IMPALA-5264
                 URL: https://issues.apache.org/jira/browse/IMPALA-5264
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 2.9.0
            Reporter: Michael Brown
             Fix For: Product Backlog


The stress test run under SSL mode prints a lot of these:

{noformat}
Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90:
InsecurePlatformWarning:
A true SSLContext object is not available. This prevents urllib3 from
configuring SSL appropriately and may cause certain SSL connections to
fail. For more information, see
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
{noformat}

That URL suggests our SSL modules are "old". We should see if we can fix this. See also IMPALA-5263 for another SSL correctness issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)