[ https://issues.apache.org/jira/browse/SLIDER-942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363559#comment-15363559 ]
ASF subversion and git services commented on SLIDER-942: -------------------------------------------------------- Commit 833c744a58afb3e421af3802f7ec2cd1dd5148b0 in incubator-slider's branch refs/heads/develop from [~gsaha] [ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=833c744 ] SLIDER-942 Slider agent fails with SSL validation errors with python 2.7.9 > Slider agent fails with SSL validation errors with python 2.7.9 > --------------------------------------------------------------- > > Key: SLIDER-942 > URL: https://issues.apache.org/jira/browse/SLIDER-942 > Project: Slider > Issue Type: Bug > Affects Versions: Slider 0.80 > Reporter: Sidharta Seethana > Assignee: Jonathan Maron > Priority: Critical > Fix For: Slider 1.0.0 > > Attachments: SLIDER-942.1.patch > > > On an unsecure hadoop cluster with python 2.7.9 installed, slider agent > fails with SSL validation errors. > {code} > INFO 2015-09-24 05:46:34,585 NetUtil.py:38 - Connecting to the following url > http://stripped-machine-name:39414/ws/v1/slider/agents/ > ERROR 2015-09-24 05:46:34,702 NetUtil.py:52 - [SSL: > CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) > ERROR 2015-09-24 05:46:34,703 NetUtil.py:54 - SSLError: Failed to connect. > Please check openssl library versions. > Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more > details. > INFO 2015-09-24 05:46:34,703 NetUtil.py:76 - Server at > http://stripped-machine-name:39414/ws/v1/slider/agents/ is not reachable, > sleeping for 10 seconds... > {code} > Validation is now enabled by default - for more context, please see : > https://lwn.net/Articles/611243/ -- This message was sent by Atlassian JIRA (v6.3.4#6332)