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

fonts via https laden #371

Closed
Ernst79 opened this issue Oct 22, 2017 · 4 comments
Closed

fonts via https laden #371

Ernst79 opened this issue Oct 22, 2017 · 4 comments
Milestone

Comments

@Ernst79
Copy link

Ernst79 commented Oct 22, 2017

Ik probeer DSMR reader te integreren in Home Assistant als een iPanel. Hiervoor dient de site volledig https te zijn, aangezien ik home assistant ook benader via https.

Het blijkt echter dat als ik de DSMR pagina via https laad, dat er ook een viertal fonts via http worden gedownload. Chrome geeft hierover ook een waarschuwing middels een schildje rechts in de adresbar met als melding "this site is trying to load scripts from unauthenticated sources". Uit de developermode van chrome kan ik achterhalen dat dit 4 fonts zijn.

(index):1 Mixed Content: The page at 'https://www.mijnwebsite.nl:1234/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2'. This request has been blocked; the content must be served over HTTPS.

(index):1 Mixed Content: The page at 'https://www.mijnwebsite.nl:1234/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2'. This request has been blocked; the content must be served over HTTPS.

(index):1 Mixed Content: The page at 'https://www.mijnwebsite.nl:1234/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2'. This request has been blocked; the content must be served over HTTPS.

(index):1 Mixed Content: The page at 'https://www.mijnwebsite.nl:1234/' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2'. This request has been blocked; the content must be served over HTTPS.

Het moet volgens mij ook prima mogelijk zijn om deze fonts via https te laden, ik krijg althans als ik de links aanpas naar https ipv http gewoon de bestanden als download. Kan dit aangepast worden naar https?

@dennissiemensma dennissiemensma added this to the 1.11 milestone Oct 23, 2017
@dennissiemensma
Copy link
Member

Bedankt voor je suggestie. Ik zal kijken of ik dat dat oplossen voor je.

dennissiemensma added a commit that referenced this issue Oct 23, 2017
dennissiemensma added a commit that referenced this issue Oct 23, 2017
@dennissiemensma
Copy link
Member

Ik heb ze aangepast voor de volgende release, zodat ze gewoon via dsmr-reader zelf geserveerd worden.

@Ernst79
Copy link
Author

Ernst79 commented Oct 23, 2017

Dat is snel, bedankt. Ik wacht de release af.

@dennissiemensma
Copy link
Member

v1.11 is gereleased, inclusief dit ticket.

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