Hi Sean, This seems to be working for me. ~/repos/yetus$ (master)./release-doc-maker/releasedocmaker.py --project=YETUS --version=0.4.0 --projecttitle="Apache Yetus" --dirversions --usetoday --license --lint=all pytho ======================================= 0.4.0: Error:0, Warning:0
~/repos/yetus$ (master)python --version Python 2.7.10 I have seen the error you are seeing before. Couple of questions : * Are you using a MAC with a virtual environment or something? * Can you run the following command? python -c "import ssl; print ssl.OPENSSL_VERSION" The issue is with the OpenSSL being packaged with OSX. The version of OpenSSL needs to be higher than 1.0.0 Some of the workarounds I have seen work are upgrade OpenSSL , use a virtual environment, upgrade python.. Hope this helps you. -Suraj Acharya On Tue, Jan 16, 2018 at 10:17 PM, Sean Busbey <[email protected]> wrote: > Just want to make sure I'm not missing something obvious before filing > a JIRA. current master's releasedocmaker should work with on our > tracker right? > > > > Busbey-MBA:target busbey$ ../release-doc-maker/releasedocmaker.py > --project=YETUS --version=0.4.0 --projecttitle="Apache Yetus" > --dirversions --usetoday --license --lint=all > > Error contacting JIRA: https://issues.apache.org/jira/rest/api/2/field > > > Reason: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol > version (_ssl.c:590) > > Busbey-MBA:target busbey$ head -n 1 ../release-doc-maker/ > releasedocmaker.py > > #!/usr/bin/env python > > Busbey-MBA:target busbey$ /usr/bin/env python --version > > Python 2.7.10 >
