-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS not supported #1
Comments
I am having this issue too... Did you ever figure it out? |
I didn't find a good solution. We set up our own server to host the images and modified the scripts so that it generated hits with URLs that pointed at this server with https. However, when we added the hits to Mechanical Turk there seemed to be problems with Mechanical Turk recording that a user had finished labelling an image so we couldn't pay anyone, although the labellings themselves were uploaded to our server. I didn't get around to figuring out why this was occurring. |
+1 for https support. Thanks! As long as labelme.csail.mit.edu supports HTTPS, we'll be good to go. No need to change code (except changing "http" to "https") |
this might be useful http://cs-people.bu.edu/sameki/blog1.pdf |
Quite annoying HTTPS is not supported ... I am trying to setup server according to @madratman 's link/pdf |
Indeed it seems HTTPS is not supported anymore?
|
You could host your own images/LabelMe using the source code provided and enable HTTPS. The MATLAB code should work fine if you have both HTTP and HTTPS for your own Labelme site, and use the http to run the MATLAB script but change the output to https |
Currently Amazon Mechanical Turk CLI does not support non-HTTPS connections however the LabelMe server only supports HTTP connections.
Is there any way around this?
The text was updated successfully, but these errors were encountered: