GSA / datagov-wptheme

Data.gov WordPress Theme (obsolete)
https://www.data.gov
Other
1.88k stars 411 forks source link

GSA Data.json harvesting error #771

Closed kvuppala closed 7 years ago

kvuppala commented 7 years ago

Getting the below error on the GSA Data.json https://open.gsa.gov/data.json file processing:

SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

The issue is due to our version of python (2.7.6) does not handle it well when SSLv3 support is not found. It can be resolved by upgrading our Python from 2.7.6 to 2.7.9 or later. We will analyze the impact and put the new python into our CKAN harvester.

FuhuXia commented 7 years ago

Python has been upgraded to 2.7.10. The data.json has been harvested successfully.