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).
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).