codingteam / codingteam.org.ru

Our main web site.
https://codingteam.org.ru
MIT License
2 stars 1 forks source link

Enable HTTPS #37

Closed ForNeVeR closed 8 years ago

ForNeVeR commented 8 years ago

I think that our site should be served through HTTPS. Especially after we have Let's encrypt enabled after https://github.com/codingteam/loglist/issues/168

Probably that will require us to rebuild horta-foundation because LogList certificate will change afterwards.

ForNeVeR commented 8 years ago

Ah well, there's a problem with this one. I've enabled HTTPS and it turns out that we're loading out logs into an iframe using HTTP protocol, and in modern browsers it's impossible to mix HTTP and HTTPS in such a way.

ForNeVeR commented 8 years ago

We'll be ready after the merge of #45 and #46.