milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

To use ParsePy API on a unsecured local server #179

Closed antoinebou12 closed 4 years ago

antoinebou12 commented 4 years ago

I have deployed a Parse server locally at home and my connection is not https become I don't have certificates to make it secured

Issue In chrome:

Your connection is not private
ERR_CERT_AUTHORITY_INVALID

So I implemented an unsecured save with ssl._create_unverified_context()