nasa-gibs / onearth

High-performance web services for tiled raster imagery and vector tiles
Apache License 2.0
178 stars 47 forks source link

Remote GC Hack #152

Closed mcechini closed 3 years ago

mcechini commented 3 years ago

Because we're running python 2.6 on prem (shame), we're running into issues with SSL/TLS validation of the GITC remote server. The only way that seems to avoid lots of deep python library hacks is to just drop down to a curl command. This would not be needed in OnEarth 1.4.x because we'll be on Python 3 (rejoice).