glidernet / ogn-live

GNU Affero General Public License v3.0
39 stars 71 forks source link

HTTPS not supported #89

Closed clementallen closed 5 years ago

clementallen commented 5 years ago

live.glidernet.org does not load over HTTPS. This should be easy to setup using Lets Encrypt just like the glidernet.org homepage uses

snip commented 5 years ago

Hi,

it is easy to setup yes, but not to maintain. Why do you need live to be available over HTTPS protocol? Do you see any confidential information which need to be secured?

clementallen commented 5 years ago

The reason is not because confidential information is being passed, but because the API cannot be used on other HTTPS pages as the browser blocks non-HTTPS requests.

snip commented 5 years ago

Understood. live.glidernet.org is now available in https. Not all interface as some code need to be updated.

But this should suite your need.

Just for my information, can you share for which site you are using it?

See u

clementallen commented 5 years ago

Wonderful, thank you @snip! The site is not in a ready state yet but I'll try and share it when completed