Skip to content
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

Open
Gilles94500 opened this issue Jun 25, 2018 · 3 comments
Open

Browser issue since the migration to HTTPS #93

Gilles94500 opened this issue Jun 25, 2018 · 3 comments

Comments

@Gilles94500
Copy link

Gilles94500 commented Jun 25, 2018

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" .

<link rel="stylesheet" href="http:https://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" />
    <script src="http:https://code.jquery.com/jquery-1.8.3.min.js"></script>
    <script src="http:https://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>

Do I have to download them to the raspberry or is there another way?
Thanks
Gilles

@Michael-W
Copy link

Michael-W commented Jun 25, 2018

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 "/js/jquery-1.8.3.min.js" for example it may work too. I have not done it yet!

@Michael-W
Copy link

Michael-W commented Jun 25, 2018

<script src="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/js/jquery-1.8.3.min.js"></script>
<script src="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/js/jquery.mobile-1.2.1.min.js"></script>
<script src="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/js/date.format.js"></script>
<script src="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/js/client.js"></script>

I don't have to try it. This is in my index.html.

@Gilles94500
Copy link
Author

Gilles94500 commented Jun 26, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants