You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to validate a server side SSL certificate with unirest? It looks like you delegate to urllib2 to handle all of your SSL, which AFAIK, does not do so.
May want to consider porting to urllib3 (the same foundational library requests uses) in order to get better support here.
The text was updated successfully, but these errors were encountered:
Is there a way to validate a server side SSL certificate with unirest? It looks like you delegate to urllib2 to handle all of your SSL, which AFAIK, does not do so.
May want to consider porting to urllib3 (the same foundational library requests uses) in order to get better support here.
The text was updated successfully, but these errors were encountered: