Ciao a tutti, da quando ho fatto il passaggio ho avuto una serie di problemi... su font , su file .js, sull'accesso all'area admin su frontend, ecc... ho seguito varie procedure, forzato SSL da configurazione globale, modificato .htaccess inserendo:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
ma il problema persiste e precisamente, se digito F12 > console > sul mio crome appare:
(index):46 Mixed Content: The page at '
https://www.dominio.it/' was loaded over HTTPS, but requested an insecure stylesheet '
http://fonts.googleapis.com/css?family=Puritan'. This request has been blocked; the content must be served over HTTPS.
(index):1 Mixed Content: The page at '
https://www.dominio.it/' was loaded over HTTPS, but requested an insecure script '
http://static.ak.fbcdn.net/connect.php/js/FB.Share'. This request has been blocked; the content must be served over HTTPS.
(index):1 Mixed Content: The page at '
https://www.dominio.it/' was loaded over HTTPS, but requested an insecure script '
http://platform.twitter.com/widgets.js'. This request has been blocked; the content must be served over HTTPS.
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
ssl.google-analytics.com/ga.js:1 Uncaught ReferenceError: CoinHive is not defined
at ssl.google-analytics.com/ga.js:1
pgt_socialweb.js:52 Mixed Content: The page at '
https://www.dominio.it/' was loaded over HTTPS, but requested an insecure resource '
http://www.facebook.com/plugins/like.php?href=https://www.dominio.it/&layout=standard&show_faces=true&width=350&action=like&colorscheme=light&height=80'. This request has been blocked; the content must be served over HTTPS.
pagead2.googlesyndication.com/pagead/js/adsbygoogle.js Failed to load resource: net::ERR_CONNECTION_REFUSED
www.googletagmanager.com/gtm.js?id=GTM-T92R73 Failed to load resource: net::ERR_CONNECTION_REFUSED
(index):1 Mixed Content: The page at '
https://www.dominio.it/' was loaded over HTTPS, but requested an insecure stylesheet '
http://fonts.googleapis.com/css?family=Puritan'. This request has been blocked; the content must be served over HTTPS.
come faccio ha risolvere?
grazie in anticipo!!!