OpenGovAus / legistream-site

🇦🇺 The easiest way to watch Aussie parliaments live
https://legistream.org
GNU Affero General Public License v3.0
9 stars 1 forks source link

ACT's http URLs are blocked by mixed-content browser security #15

Closed king-millez closed 3 years ago

king-millez commented 3 years ago

Have you made sure debug is set to True? In legistream_site/settings.py, make sure the DEBUG constant is set to True so we can see error messages in a browser.

Describe the bug The ACT only uses http on Assembly On Demand, with no access to https. Since Legistream defaults to https, browser security policies block the ACT stream URL, making it impossible to watch the ACT over https on Legistream.

To Reproduce Steps to reproduce the behavior:

Simply just go to the ACT page when it's live @ https://legistream.org/act/. and observe in amazement as your browser blocks the mixed content.

Expected behavior The ACT stream should be watchable without any issues.

Screenshots If applicable, add screenshots to help explain your problem.

image

king-millez commented 3 years ago

Contacted the ACT Parliament about the lack of https on their site, now we wait and hope.

king-millez commented 3 years ago

Legislative Assembly got back to me:

Thank you for the feedback. We have a https enabled version of the Assembly on Demand currently in development and it should be released shortly.

Will close when said service is released.