AWS Thinkbox Discussion Forums

Shotgun issues

After configuring the api and key, when running the ShotgunTestConnection script got following errors:

Retrieving sticky settings… No sticky settings found.
Connecting to Shotgun as ****** … UNEXPECTED ERROR:
<class ‘shotgun_api3.lib.httplib2.SSLHandshakeError’>
[Errno 1] _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
—END ERROR INFO—

Forgot to say, Windows 7 machine, v6.0.0.51192 R

managed to bypass it by modifying events\Shotgun\shotgun_api3\shotgun.py

on line 82 changed NO_SSL_VALIDATION = false to NO_SSL_VALIDATION = True
That bypassed the certificate check. I think this should be as an option in the config of the event, don’t you think? Would be a lot easier… :wink:

Glad you got it working! We’ll add the option to control this setting in RC2.

Cheers,

  • Ryan
Privacy | Site terms | Cookie preferences