clckwrks / clckwrks-dot-com

The source for clckwrks.com
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Logout {{claims.user.username} #1

Open spl opened 6 years ago

spl commented 6 years ago

I'm seeing this on http://clckwrks.com/ :

clckwrks-logout

I have cookies blocked if that makes a difference.

stepcut commented 6 years ago

This error occurs because angularjs is blocking the loading of the resources over http://. The solution is to install an SSL certificate on the domain. Fortunately, these days they are available 'for free' from let's encrypt, but they expire every three months. Fortunately, there is some sort of plugins for apache that will automatically renew the certificates -- but that involves diving deep into bowels of apache and ubuntu configuration files and that is pretty low on my priority list at the moment.

(note: The clckwrks.com site is using clckwrks, but it is on a server with several other domains and apache is providing the reverse proxy).

This will be fixed eventually.