Skip to content

Allow unverified SSL#199

Closed
Ji-yeonPark wants to merge 1 commit into
shotgunsoftware:masterfrom
Ji-yeonPark:develop
Closed

Allow unverified SSL#199
Ji-yeonPark wants to merge 1 commit into
shotgunsoftware:masterfrom
Ji-yeonPark:develop

Conversation

@Ji-yeonPark
Copy link
Copy Markdown

This is about SSL Validation support.
It is little bit more expanded code than #149

Current SG API version can not upload version's path to movie when SSL certificate verify is failed.
Adding the option 'NO_SSL_VALIDATION = True' also results in the same.
Errors that occur are as follows.
urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>

So, I added code about create a new SSL Context code for bypass verification.

Thanks.

SSL verigication을 우회하기 위해 ssl Context 생성.
Create a new SSL Context to bypass verification.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants