Re: Facing SSL issue with dev/airflow-pr tool

2018-05-15 Thread Sumit Maheshwari
Thanks for the reply Kaxil. Yeah, I too figured out that issue is with my laptop's OpenSSL lib and python installed on it. So upgraded OpenSSL and installed python3.6, and created a new virtualenv for now. On Tue, May 15, 2018 at 1:07 PM, Naik Kaxil wrote: > Hi Sumit, > > I think it is unrela

Re: Facing SSL issue with dev/airflow-pr tool

2018-05-15 Thread Naik Kaxil
Hi Sumit, I think it is unrelated to the PR tool. Please check the below link: https://stackoverflow.com/questions/44316292/ssl-sslerror-tlsv1-alert-protocol-version Try running: pip install requests[security] Regards, Kaxil On 15/05/2018, 07:46, "Sumit Maheshwari" wrote: Hi folks,

Facing SSL issue with dev/airflow-pr tool

2018-05-14 Thread Sumit Maheshwari
Hi folks, I am getting *SSL: TLSV1_ALERT_PROTOCOL_VERSION* errors when running dev/airflow-pr tool. My pip version is 10.0.1 and python version is 2.7.10. Please let me know if anyone has any pointers to fix that. $ python Python 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1 Compatible App