SSL interrompe Wordpress CSS
-
-
"... l'intero sito siinterrompe"non è digrande aiutoper chiunque sia disposto a offrire assistenza.Puoimodificare latua domandaper dettagliarei problemie i comportamenti che stai vedendo?'...the entire site breaks' isn't really helpful to anyone who'd be willing to offer assistance. Can you edit your question to detail the problems and behaviors you're seeing?
- 0
- 2012-12-12
- Steve
-
grazieperil suggerimento,aggiuntopiù dettagli,speriamo che questo aiuti!Grazie!thanks for the suggestion, added more detail, hopefully this helps! Thanks!
- 0
- 2012-12-12
- user1727053
-
Non riesco atrovare alcunproblema coni CSS,mi caricabene anchenellapagina di registrazione.Nessunerrorenegli avvisi Firebug o certificato/SSL.Fino ad arrivare allapagina di registrazione;doveilmodulomi dice che lapaginanon è sicura.I can't find any issue with CSS, loads fine for me even on the registration page. No errors in Firebug or certificate/SSL warnings. Until I get to the registration page; where the form tells me the page isn't secure.
- 0
- 2012-12-12
- Steve
-
quello con https://davanti,Stephen?that's with https:// in front, Stephen?
- 0
- 2012-12-12
- user1727053
-
Sì,in quale altromodopotreitestareil certificato?;)Yeah, how else would I test the certificate? ;)
- 0
- 2012-12-12
- Steve
-
L'ho appena controllatoin Firefoxe orail CSSfunziona ...ma sì,mi dà ancora quell'avvertimento "non sicuro" ... qualcheidea sulperché?I just checked it in firefox and now the CSS is working... but yeah, still giving me that "not secure" warning... any ideas on why that is?
- 0
- 2012-12-12
- user1727053
-
Guarderei la documentazione deimoduligravitazionali,temendo dinon conoscerli affattobene.Quindinonposso offrire suggerimenti.I'd look at the gravity forms documentation, afraid I don't know well at all. So can't offer suggestions.
- 0
- 2012-12-12
- Steve
-
@Stephen,quando carichiil sitoin Chrome,Chromebloccai CSS conerrori di contenutonon sicuro;"l'intero sito è rotto".@Stephen, when you load the site in Chrome, Chrome blocks CSS with insecure content errors; "the whole site is broken".
- 0
- 2012-12-12
- webaware
-
@webaware,buonapresa ho saltato lapistola.Nessunproblemain FF,Safari o Opera.Non riescein IEe Chrome.@webaware, good catch I jumped the gun. No problems in FF, Safari or Opera. Fails in IE and Chrome.
- 0
- 2012-12-12
- Steve
-
Ah,capisco.Grazie Stephen.Ho scaricato "Better WP security"e reso sicura la registrazione.Ma orami sta dando un ciclo di reindirizzamento ... Ho sentito chepotrebbeessereperché WPindirizza automaticamente a http,quindiilpluginfa https ... hai qualcheidea su questo?Ah, I see. Thanks Stephen. I've downloaded "better WP security" and made the registration forced secure. But now it's giving me a redirect loop... I've heard this may be because WP automatically directs to http, then the plugin does https... got any ideas on this one?
- 0
- 2012-12-12
- user1727053
-
4 risposta
- voti
-
- 2015-07-31
Per laparte di accesso,questofunzionaperme ...
Incolla la seguente riganeltuo wp-config.php
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
ma assicurati difarloprima della riga successiva
require_once(ABSPATH . 'wp-settings.php');
In questomodopuoi riavereiltuopannello di amministrazione ... Visualizzai dettagli qui
Inoltre,perevitare di ricevere contenutimisti,dopo aver ripristinatoilpannello di amministrazione,ricorda di andare su IMPOSTAZIONI,Generale,cambia l'URL del server da http a https.
For the login part, this works for me ...
Paste the following line in your wp-config.php
if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
but make sure that you do it before the following line
require_once(ABSPATH . 'wp-settings.php');
By doing so you can get your admin panel back ... See details here
Also to avoid getting Mixed content, after restoring your admin panel, remember to go to SETTINGS, General, change Server URL from http to https.
-
bontà dolore.dopo averguardato una dozzina di stupidi articoli SSL su Google chenon lomenzionanomai,funziona.goodness grief. after looking at about a dozen stupid ssl articles on google that never mention this - this works.
- 1
- 2017-04-13
- Dobler
-
questa dovrebbeessere una risposta accettata,funziona allagrande!this should be accepted answer, works great!
- 0
- 2017-08-20
- Miguel Mota
-
ilframeworkpiù ampio utilizzato sul web,e dopo anni ha ancorabisogno di correzioni delgenere.Un'architettura orribile chenonpermette di renderlo stabilethe widest framework used on the web, and after years it still needs fixes like that. Horrible architecture that doesn't allow to make it stable
- 0
- 2018-07-22
- Elvis Ciotti
-
è ancora aggiornato?L'ho risoltoinstallando dueplugin: - https://wordpress.org/plugins/really-simple-ssle - https://wordpress.org/plugins/remove-httpis this still up-to-date? I solved it by installing two plugins: - https://wordpress.org/plugins/really-simple-ssl and - https://wordpress.org/plugins/remove-http
- 0
- 2018-08-28
- rubo77
-
Grazie,hafunzionato.non c'èbisogno diplugin aggiuntivi.Ho aggiunto leinformazioni alproblema su https://core.trac.wordpress.org/ticket/38273#comment:5Thanks, this worked. no need for extra plugins. I added the info to the issue at https://core.trac.wordpress.org/ticket/38273#comment:5
- 0
- 2018-10-27
- rubo77
-
Woooooowfidanzato hai risoltoilmioproblema.hoinstallato la versionepulita di wp 4 voltee sonomigratotra 2 serverWoooooow fianlly you solved my issue. i installed clean version of wp 4 times and migrated between 2 servers
- 0
- 2020-05-07
- Shady Mohamed Sherif
-
- 2012-12-12
Vai alle Impostazionigenerali di WordPresse modifica l'indirizzo (URL)e l'indirizzo del sito (URL) di WordPress da HTTP a HTTPS.
ps.E disabilitatuttii plugin che danneggianoiltuo sito.
Se ciònon risolveilproblema,qui è disponibile unaguida adeguatae diversipassaggi chepuoieseguire: https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings
Go to your WordPress General Settings and change the WordPress Address (URL) and the Site Address (URL) from HTTP to HTTPS.
ps. And disable all the plugin breaking your site.
If that doesn't fix this there is a proper guide here and several steps you can take: https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings
-
Sonopreoccupato difarloperché avevo un amico che haprovato afarlo con SSLe ha rotto completamenteil suo wordpress (quando lo ha spostato su https://) Inoltre,questononfarà sì chetutte lemie pagine vengano caricate con https davanti,rendendolomoltopiù lento?I'm worried about doing this because I had a friend who tried to do this with SSL and it broke his wordpress entirely (when he moved it to https://) And also, won't this make it so all my pages load with https in front, making it much slower?
- 0
- 2012-12-12
- user1727053
-
non dovrebbe romperenulla.l'ho appenafatto la scorsanotte.should not break anything. just did that last night.
- 0
- 2012-12-13
- Sagive SEO
-
Dipende dal codice deltema/plugin,se è scritto correttamentenon avrà alcuneffetto.It depends on your theme/plugin code, if it is properly written it won't effect anything.
- 0
- 2012-12-13
- Wyck
-
Vabene,l'hofatto ... ora è https://,mail certificato dice ancoranon sicuro?Dio,sono sopra lamiatesta ...Alright, I did it... now it's https://, but the certificate still says insecure? God I am way over my head...
- 0
- 2012-12-13
- user1727053
-
Hafunzionatoperme !!Worked for me!!
- 0
- 2015-02-27
- Abram
-
- 2015-12-15
Questotipo di "interruzione" CSS è dovutoprincipalmente all ' accesso aifiletramite richiesta HTTP su una connessione HTTPS o,in breve,all' accesso afilenon sicuri .
Nel collegamentofornito,ilmodulo di registrazione viene caricatoin un iframe e inoltrei suoifile CSS vengono caricati da HTTPe non da una connessione HTTPS.
Quindi,se hai accesso diretto aifile serviti comemodulo di registrazione,cambiandotutto http:// in https:// potrebbefareil lavoro,ma ho usato SSL Insecure Content Fixer e fino ad orafunzionabene.
This type of CSS "breaking" is caused mostly due to accessing files via HTTP request on an HTTPS connection, or to be short, accessing insecure files.
In the provided link, the Registration form is loaded in an iframe, and also, its CSS files are loaded by HTTP and not by HTTPS connection.
So, if you have direct access to the files that is served as registration form, changing all http:// to https:// might does the job, but I've been using the SSL Insecure Content Fixer, and it works fine till now.
-
- 2012-12-12
Haiprovato aeseguire SSL Insecure Content Fixer ?(informativa: l'ho scritta,ma voglio solo sapere se haiprovato a risolvereiltuoproblema con questoplugin).Dovrebbeeliminare lamaggiorparte deglierrori di caricamento degli script,almenoperi plugin chenon sono statitroppo cattivi.
Honotato che stai utilizzando WP 3.5.Ho ricevuto un rapporto questamattina secondo cui qualcuno cheesegue WP 3.5 confogli di stilecaricato utilizzando
bloginfo('stylesheet_url');
stava riscontrando lo stessoproblema,rapporto sui contenutinon sicuri suifogli di stile deltema.Puoiguardareiltuotemae dirci come vengono caricatii tuoifogli di stile?Have you tried running SSL Insecure Content Fixer? (disclosure: I wrote it, but I just want to know have you tried fixing your problem with this plugin). It should clear up most of the script load errors, at least for plugins that haven't been too naughty.
I notice that you're running WP 3.5. I had a report this morning that someone running WP 3.5 with stylesheets loaded using
bloginfo('stylesheet_url');
was getting the same problem, insecure content report on their theme's stylesheets. Can you look at your theme and tell us how your stylesheets are loaded?-
Dovetrovo questeinformazioni?Hoprovato a utilizzare SSL Insecure Content Fixer ...nessuna differenza!Where do I find this info at? Tried using SSL Insecure Content Fixer... no difference!
- 0
- 2012-12-12
- user1727053
-
Guardanelfile header.php deltuotema,trovai bit "Look in your theme's header.php, find the `
- 0
- 2012-12-12
- webaware
@ user1727053: haiguardatoin header.phpneltuotema?Quali sonoi link alfoglio di stile?Stai ancora utilizzando SSL Insecure Content Fixer o WordPress HTTPS?(se è così,allora hai alcuniplugin/temi difettosi;in caso contrario,perfavore attivane unoin modo chepossiamo vedere cosa è rimasto rotto!)@user1727053: did you look in header.php in your theme? What are the stylesheet links? Are you still running SSL Insecure Content Fixer or WordPress HTTPS? (if so, then you have some bad plugins / theme; if not, please turn one of them on so that we can see what's left that is broken!)- 0
- 2012-12-13
- webaware
Abbiamo acquistato un certificato SSL da soluzioni di rete (non lo consigliereimai almiopeggiornemico,btw).
Apparentemente è attivato ... hafatto alcuni controlli che dicono che è attivatoperilnostro dominio. Ma quandoinserisco https://www.texasshredderclassic.com l'intero sito siinterrompe. Peresserepiùprecisi,con "interruzioni"intendo che disabilita completamenteil CSSe ilmio login utentee passwordnonfunzionanopiù (sembra che questopotrebbeessere unindizio?)
Hoprovato a scaricare Wordpress HTTPS,ma questomi allontana dallapagina di amministrazionee altera ancheil CSS.
Nonmi interessa sefunziona sull'intero sito,ho solobisogno chefunzioniper lanostrapagina delmodulo (texasshredderclassic.com/registration) - usandoi moduligravitazionalie connettendoti ad authorize.net!
Mi sto strappandoi capelli quiperchénon ho lapiùpallidaidea di dove andare. Sembra che abbiamoil certificato SSL ...propriononpossiamofarfunzionare quella dannata cosa! Qualsiasi aiuto èmolto apprezzato!