amplab / ampcrowd

A RESTful web service that runs microtasks across multiple crowds, provides quality control techniques, and is easily extensible.
https://amplab.github.io/ampcrowd
Apache License 2.0
51 stars 18 forks source link

SSL Error When Using HTTPS #13

Open hamedn opened 9 years ago

hamedn commented 9 years ago

I get the following error when I try to add tasks with the HTTPs flag.I have tried changing the ssl_version in the HTTPSConnectionV3 method of post.py, but the error persists. I read online that it might be a good idea to switch over from URLLib to Responses?

image