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

Visiting the iiif.io site over https causes the site not to work #417

Closed
aeschylus opened this issue Oct 15, 2014 · 10 comments
Closed

Visiting the iiif.io site over https causes the site not to work #417

aeschylus opened this issue Oct 15, 2014 · 10 comments
Assignees
Labels

Comments

@aeschylus
Copy link
Member

I get "this webpage is not available" in Chrome.

@azaroth42
Copy link
Member

Propose to use a Lets Encrypt cert and have both http and https serve the same content directly (rather than redirecting).
See: https://letsencrypt.org/

@jpstroop
Copy link
Member

Is this approach to help w/ backward compatibility? Why not redirect?

Should we create an issue for the 3.x.x APIs to change URIs for the context, etc. to https?

@azaroth42
Copy link
Member

Redirecting out of https to http seems not ideal. But our URIs are all HTTP, for contexts and other identifiers. And lots of redirects will just slow down the site with more requests.

Hopefully http2 will be firmly in place by the time we get to 3.x and the http/https distinction will be irrelevant (everything will be +s)

@zimeon
Copy link
Member

zimeon commented Nov 11, 2015

I think for now we should make both http and https work for the whole website, no redirects.

At some stage in the future (perhaps 3.x) we should make all URIs https. My sense from reading https://httpwg.github.io/specs/rfc7540.html#discover-http is that this is good even if http/2 has caught on, but perhaps the solution for dealing with http will be upgrade and not redirect? Anyway for now we kick that down the line a bit

@jpstroop
Copy link
Member

At some stage in the future (perhaps 3.x) we should make all URIs https.

#601.

Since breaking changes for auth and search are still allowed, should we make those HTTPS now?

@zimeon
Copy link
Member

zimeon commented Nov 11, 2015

I think it would be good to make all new URIs https... provided they work

@azaroth42
Copy link
Member

I think it would be confusing to have some http and some https ... people would get them round the wrong way. Better to be consistent when there's no technical requirement to be divergent, IMO.

@zimeon zimeon changed the title Visiting the site over https causes the site not to work. Visiting the iiif.io site over https causes the site not to work Oct 19, 2016
@zimeon
Copy link
Member

zimeon commented Oct 19, 2016

This is still the case, https://iiif.io/ does not work. Current best practice is to make all websites natively https, with http open just to redirect.

@azaroth42
Copy link
Member

⬆️

@zimeon
Copy link
Member

zimeon commented Sep 28, 2017

Moved to IIIF/website#11 . Closing

@zimeon zimeon closed this as completed Sep 28, 2017
@zimeon zimeon removed the --MOVE label Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants