opensearch
opensearch copied to clipboard
Update all example URLs in the specifications to HTTPS
As part one of updating the OpenSearch spec to be HTTPS-only (or at least, HTTPS-strongly-preferred), update all of the example URLs to be https instead of http.
It looks like the www.opensearch.org (redirect) supports HTTPS, but it has two issues currently:
- It is a self-signed certificate.
- It expired 3 years ago (in 2017).
Perhaps Let's Encrypt could be used here.
That's a good catch, and we may be able to fix it, too. Though this issue was specifically about updating the specs to use HTTPS. I'll change the title of the issue to clarify. Thanks!
http://github.com/dewitt/opensearch/issues/22#issue-553045623
http://datatracker.ietf.org/doc/html/rfc3986#section-4.2 may be preferrable, because none of this is necessarily information that is requiring security during observsation of it, and cryptography is able to be greatly detrimental to anyone whose internet-connection is slow.
However, this may only be applicable to embedded content. Thus, I am supportive of mere HTTP.
As part one of updating the OpenSearch spec to be HTTPS-only (or at least, HTTPS-strongly-preferred), update all of the example URLs to be https instead of http.