dkt-projekt / Forensic-Interface

0 stars 0 forks source link

Fix https urls #3

Open jnehring opened 7 years ago

jnehring commented 7 years ago

The forensic interface does not work out of the box and Google Chrome shows some errors:

Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure script 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js'. This content should also be served over HTTPS.
index.php:19 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css'. This content should also be served over HTTPS.
index.php:21 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Droid+Sans'. This content should also be served over HTTPS.
index.php:21 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://weloveiconfonts.com/api/?family=fontawesome'. This content should also be served over HTTPS.
index.php:1 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure font 'http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2'. This content should also be served over HTTPS.
index.php:1 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure font 'http://weloveiconfonts.com/api/fonts/fontawesome/fontawesome-webfont.woff'. This content should also be served over HTTPS.
index.php:1 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure font 'http://weloveiconfonts.com/api/fonts/fontawesome/fontawesome-webfont.ttf'. This content should also be served over HTTPS.
index.php:1 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure font 'http://weloveiconfonts.com/api/fonts/fontawesome/fontawesome-webfont.woff'. This content should also be served over HTTPS.
index.php:1 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css'. This content should also be served over HTTPS.
index.php:1 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Droid+Sans'. This content should also be served over HTTPS.
index.php:1 Mixed Content: The page at 'https://dev.digitale-kuratierung.de/Forensic-Interface/forensic/index.php' was loaded over HTTPS, but requested an insecure stylesheet 'http://weloveiconfonts.com/api/?family=fontawesome'. This content should also be served over HTTPS.
jnehring commented 7 years ago

I updated some URLs to https. The mixed content warnings are difficult to fix. One can also ignore the problems in the browser with one click so this is no blocker. To solve the mixed content warnings I guess we need to do the following:

Since this is no blocker I will not work on this task for now.