SG / Flow addon SSL troubleshooting

Hey, we found a solution for our studio! We have MOVs on Shotgrid!

The trick was mimicking the way our current config of Deadline’s SG integration works, specifically the “No SSL Validation” setting

There’s no exposed parameter in the Ayon Shotgrid addon for this. So, following the Shotgun API reference, I added this line into the addon’s integrate_shotgrid_version.py, to force it on

Bit of a weird place to put this, also I had to import the shotgun_api3 in here. This is a bad way to do this but it works. Would be awesome to have a less evil implementation of this eventually, but we’re happy for now

2 Likes