Closed antoinebou12 closed 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()
ssl._create_unverified_context()
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:
So I implemented an unsecured save with
ssl._create_unverified_context()