-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser issue since the migration to HTTPS #93
Comments
If you make the links "https" it should work. The files are on the pi in the directories under www. An earlier issue or commit mentioned making the references local so that operating the doors is possible without an internet connection. If you change the links to " |
<script src="/js/jquery-1.8.3.min.js"></script> <script src="/js/jquery.mobile-1.2.1.min.js"></script> <script src="/js/date.format.js"></script> <script src="/js/client.js"></script> I don't have to try it. This is in my index.html. |
Thanks Michael,
I will update the www (sub)directories then.
I had not been noticed about the commit. I need to check my github settings :).
Gilles
From: Michael Wetmore [mailto:notifications@github.com]
Sent: lundi 25 juin 2018 21:45
To: andrewshilliday/garage-door-controller <garage-door-controller@noreply.github.com>
Cc: Gilles94500 <gilles.sapene@laposte.net>; Author <author@noreply.github.com>
Subject: Re: [andrewshilliday/garage-door-controller] Browser issue since the migration to HTTPS (#93)
If you make the links "https" it should work. The files are on the pi in the directories under www <http://www> . An earlier issue or commit mentioned making the references local so that operating the doors is possible without an internet connection. If you change the links to "www/js/jquery-1.8.3.min.js" for example it may work too. I have not done it yet!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#93 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AQHIgQKqm-Pi1WhqrHJd1my0_6KZxPe-ks5uAT3TgaJpZM4U2RSF> . <https://github.com/notifications/beacon/AQHIgRID-L7shtrfsXbhK0l057rdQ_1Pks5uAT3TgaJpZM4U2RSF.gif>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have just migrated to https/ssl. It works fine from an Android browser, but the doorlist along with the status is not shown in Chrome or IE from a Windows PC.
It seems that, as the "index.html" refers to several HTTP links, they are considered as "not secure" .
Do I have to download them to the raspberry or is there another way?
Thanks
Gilles
The text was updated successfully, but these errors were encountered: