So there's this:
On Thu, Jan 4, 2018 at 12:59 AM Shiyao MA <address@hidden> wrote:
> Hi,> is there a plan to move org elpa from http to https?
It's already https: https://orgmode.org/elpa/ …
From "[O] is there a plan to move org elpa from http to https?" on lists.gnu.org.
The instruction page referencing installation via Org ELPA is updated: https://orgmode.org/elpa.html. Basically you edit your entry in your init file from http:// to https://, such as …
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
Get you some TLS!