Open WillemElbers opened 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.
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.