clarin-eric / oai-harvest-manager

A simple Java application for managing an OAI-PMH harvesting workflow
14 stars 12 forks source link

Mixed content warnings in oai-harvest result page #7

Open WillemElbers opened 9 years ago

WillemElbers commented 9 years ago

The oai-harvest resultpage (https://vlo.clarin.eu/data/), generated after each harvest is generating the following mixed content warnings:

vlo.clarin.eu/:13 Mixed Content: The page at 'https://vlo.clarin.eu/data/' was loaded over HTTPS, but requested an insecure image 'http://user.clarin.eu/external/img/topleft.gif'. This content should also be served over HTTPS.

vlo.clarin.eu/:17 Mixed Content: The page at 'https://vlo.clarin.eu/data/' was loaded over HTTPS, but requested an insecure image 'http://user.clarin.eu/external/img/topright.gif'. This content should also be served over HTTPS.

Solution: use relative paths to these resources and deploy them on the correct server.