-
Notifications
You must be signed in to change notification settings - Fork 4
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
Use https as default #352
Comments
I have the suspicion that NWBib hits are declining heaviliy because we don't make it https by default. Obviously, google doesn't even index NWBib much anymore (8xxx), see https://www.google.de/search?source=hp&q=site%3Anwbib.de (On the other hand, most of the indexed pages are https.) |
I have the suspicion that the search engines note that a link into a catalog is not what most users want when searching internet resources. But anyway.
which we ourselves won't do (I mean: using https-resource-URIs). http://test.nwbib.de/HT019242018 I don't use the permanent redirect in production yet because there is an web-app issue ( |
Maybe its also correlated to https://stackoverflow.com/questions/19288803/trust-all-ssl-certificates-in-java-playframework-2-2.
to them conf's and restart Note that for |
I think we should use 301. We should just make sure that all internal lobid links in the HTML are HTTPS. Most of them already are but not all. The JSON we serve is JSON-LD (Linked Data) we are using HTTP URIs as discussed in hbz/lobid-organisations#263 because it seems to be best practice. |
We still don't have https as default, see also hbz/lobid-organisations#263. As written in https://go-to-hellman.blogspot.de/2017/09/prepare-now-for-topical-storm-chrome-62.html our search boxes are now labeled as "not secure" in Chrome. |
We should just implement this. It is time. |
Https as default for:
|
@acka47 please have a look, all should be redirected permanently to https. |
As the image "cloud.jpg" was loaded by javascript this had to be fixed there. See hbz/lobid#352.
This seems to be needed. See hbz/lobid#352.
We reverted the change as it meant a huge API break and looking at the logs, several clients did not follow the redirect. Thus, we should only implement this change after an announcement and time to adjust clients (if at all). |
Closing this issue. |
Like written in hbz/lobid-organisations#263 (for lobid-organisations) we should implement https as default in all our major services (lobid-resources, nwbib, lobid-authorites etc.).
The text was updated successfully, but these errors were encountered: