Skip to content
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

Open
maximilianallan opened this issue Dec 11, 2015 · 7 comments
Open

HTTPS not supported #1

maximilianallan opened this issue Dec 11, 2015 · 7 comments

Comments

@maximilianallan
Copy link

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?

@rshanor
Copy link

rshanor commented Mar 5, 2016

I am having this issue too... Did you ever figure it out?

@maximilianallan
Copy link
Author

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.

@blackyang
Copy link

blackyang commented Aug 2, 2016

+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")

@madratman
Copy link

madratman commented Oct 21, 2016

this might be useful http://cs-people.bu.edu/sameki/blog1.pdf

@dhruvy1
Copy link

dhruvy1 commented Jul 30, 2017

Quite annoying HTTPS is not supported ... I am trying to setup server according to @madratman 's link/pdf

@rbrth
Copy link

rbrth commented Jul 31, 2018

Indeed it seems HTTPS is not supported anymore?

[ERROR] Error creating HIT 5 (http://labelme.csail.mit.edu/Release3.0/tool.html?collection=LabelMe&mode=mt&N=inf&folder=users/rbarth88/sweeper_2&image=empirical_image_color_5.jpg): Error #1 for RequestId: 10e48277-b5f2-4efc-a63d-157aa8436074 - AWS.MechanicalTurk.InvalidParameterValue: The value "http://labelme.csail.mit.edu/Release3.0/tool.html?collection=LabelMe&mode=mt&N=inf&folder=users/rbarth88/sweeper_2&image=empirical_image_color_5.jpg" is not valid for the parameter ExternalURL. This URL must use the HTTPS protocol.. (1533018371994)

@billcai
Copy link

billcai commented Sep 17, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants