Opened 9 years ago

Closed 9 years ago

#816 closed defect (fixed)

mixed content served when using https connection

Reported by: Dieter Van Uytvanck Owned by: Bas van der Veen
Priority: major Milestone:
Component: Website Version:
Keywords: Cc:

Description

When accessing https://www.clarin.eu there are still some images served over http:

http://www.clarin.eu/sites/default/files/styles/openscience_square_1col/public/vloButtons-Facette.gif

http://www.clarin.eu/sites/default/files/flag-eu.png

Some browsers complain about this. Could be solved by using relative URLs for these files.

Change History (2)

comment:1 Changed 9 years ago by Bas van der Veen

flag-eu.png is shown on every page, changing http to https makes warning disappear on frontpage.

The fix by changing http in https for gif file can be done in https://www.clarin.eu/admin/content/blocks. openscience_square_1col is associated with the view featured_lrt_showcase, is used for user picture in openscience groups and openscience_ui display. It is shown on frontpage in block bean. https://www.clarin.eu/admin/content/blocks shows an overview of all these blocks. The context home_anonymous has in its details the logic, which makes homepage before logging in show search-for-language-resources and after logging in this is hidden.

Other img or links are configured differently and may still be wrong.

comment:2 Changed 9 years ago by Bas van der Veen

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.