You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2015/12/02 08:26:38 UTC

Review Request 40856: Python 2.7.9 or later fails to establish connection between agent and server.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40856/
-----------------------------------------------------------

Review request for Ambari and Vitalyi Brodetskyi.


Bugs: AMBARI-14149
    https://issues.apache.org/jira/browse/AMBARI-14149


Repository: ambari


Description
-------

Ambari-agent would not talk to ambari-server.

    
    
    INFO 2015-11-14 15:26:48,572 main.py:289 - Connecting to Ambari server at https://sandbox.hortonworks.com:8440 (10.0.2.15)
    INFO 2015-11-14 15:26:48,572 NetUtil.py:59 - Connecting to https://sandbox.hortonworks.com:8440/ca
    ERROR 2015-11-14 15:26:48,693 NetUtil.py:77 - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
    ERROR 2015-11-14 15:26:48,693 NetUtil.py:78 - SSLError: Failed to connect. Please check openssl library versions.
    Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details.
    WARNING 2015-11-14 15:26:48,695 NetUtil.py:105 - Server at https://sandbox.hortonworks.com:8440 is not reachable, sleeping for 10 seconds...
    

STR might include enabling two-way ssl.


Diffs
-----

  ambari-agent/src/main/python/ambari_agent/NetUtil.py def43f3 

Diff: https://reviews.apache.org/r/40856/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk


Re: Review Request 40856: Python 2.7.9 or later fails to establish connection between agent and server.

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40856/#review108622
-----------------------------------------------------------

Ship it!


Ship It!

- Vitalyi Brodetskyi


On Гру. 2, 2015, 7:26 до полудня, Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40856/
> -----------------------------------------------------------
> 
> (Updated Гру. 2, 2015, 7:26 до полудня)
> 
> 
> Review request for Ambari and Vitalyi Brodetskyi.
> 
> 
> Bugs: AMBARI-14149
>     https://issues.apache.org/jira/browse/AMBARI-14149
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Ambari-agent would not talk to ambari-server.
> 
>     
>     
>     INFO 2015-11-14 15:26:48,572 main.py:289 - Connecting to Ambari server at https://sandbox.hortonworks.com:8440 (10.0.2.15)
>     INFO 2015-11-14 15:26:48,572 NetUtil.py:59 - Connecting to https://sandbox.hortonworks.com:8440/ca
>     ERROR 2015-11-14 15:26:48,693 NetUtil.py:77 - [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
>     ERROR 2015-11-14 15:26:48,693 NetUtil.py:78 - SSLError: Failed to connect. Please check openssl library versions.
>     Refer to: https://bugzilla.redhat.com/show_bug.cgi?id=1022468 for more details.
>     WARNING 2015-11-14 15:26:48,695 NetUtil.py:105 - Server at https://sandbox.hortonworks.com:8440 is not reachable, sleeping for 10 seconds...
>     
> 
> STR might include enabling two-way ssl.
> 
> 
> Diffs
> -----
> 
>   ambari-agent/src/main/python/ambari_agent/NetUtil.py def43f3 
> 
> Diff: https://reviews.apache.org/r/40856/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>