Jump to content

[SOLVED] SSL | Blocked loading mixed active content


Rui-PS

Recommended Posts

you appear to have content being served from a non-secure content provider.  you will need to confirm if the content provider provides a secure URL, and if so, then you likely need to update your theme to serve those resources from the secure URL.

Link to comment
Share on other sites

I tried. But there is a problem with some texts here when you enter some phrases, content is just deleted without warning.

 

Again, 3rd attempt. When you enable SSL, this forces the protocol change from

http:// to https://

Hence, all CSS or other recources have also to be fetched from an URL starting with

https://

If this resources still remain on the non-secure protocol, you get the mixed content warning. Your content provider allows this protocol. However, until PS 1.5.6. the media server settings did not respect the SSL setting which was a bug. I don't know if this has been fixed since then.

Edited by Scully (see edit history)
Link to comment
Share on other sites

I tried. But there is a problem with some texts here when you enter some phrases, content is just deleted without warning.

 

Again, 3rd attempt. When you enable SSL, this forces the protocol change from

http:// to https://

Hence, all CSS or other recources have also to be fetched from an URL starting with

https://

If this resources still remain on the non-secure protocol, you get the mixed content warning. Your content provider allows this protocol. However, until PS 1.5.6. the media server settings did not respect the SSL setting which was a bug. I don't know if this has been fixed since then.

 

 

Thank you for your reply.

 

We know this.

 

The problem is somewhere in our site something is loading http://maxcdn.bootst...otstrap.min.css, the problem is we just don't know what is loading this or where it is.

 

could someone help us?

 

Tks

Link to comment
Share on other sites

And... have you ever posted a link to your shop? I might have missed it if you did.

If not - why do you assume we can investigate details if we don't have the data to do so.

 

We have send it to you in a PM, but you deleted the message. :(

 

There is no harm in this, we appreciate the help you have given us :)

 

Tks

Link to comment
Share on other sites

Sometimes I get 30 private messages a day - I delete almost all of them. My goal is to help in the forums - not by private messages.

And any one is free to hire me for services if it's urgent enough.

 

Totally agreed with you...

 

Every solution should be public and open for everyone.

 

tks

  • Like 1
Link to comment
Share on other sites

Hey Rui

 

Like it is said it is really hard to guess without link or access to site. I understand you might not want to post 

link here and that is OK.  So if you want send me link by PM.

 

It could be in theme folder header.tpl or css/global.css, and I saw few modules do include bootstrap also

to display in one way for sure, if theme does not have bootstrap. 

Link to comment
Share on other sites

Hey Rui

 

Like it is said it is really hard to guess without link or access to site. I understand you might not want to post 

link here and that is OK.  So if you want send me link by PM.

 

It could be in theme folder header.tpl or css/global.css, and I saw few modules do include bootstrap also

to display in one way for sure, if theme does not have bootstrap. 

 

 

Tks for your reply, PM has been sent.

Link to comment
Share on other sites

Hey Rui

 

Like it is said it is really hard to guess without link or access to site. I understand you might not want to post 

link here and that is OK.  So if you want send me link by PM.

 

It could be in theme folder header.tpl or css/global.css, and I saw few modules do include bootstrap also

to display in one way for sure, if theme does not have bootstrap. 

 

 

Problem solved.

 

Thanks to razaro.

 

YOU ROCK!!!

 

Cannot thank you enough :)

Link to comment
Share on other sites

  • 2 months later...

Hi, I have this problem, I can not solve it, I enclose the code
http: //mon_site/modules/ddlx_flashsales/ddlx_flashsales_front.css 

the module does not support https ?

/*Bannière*/

#ddlxfsbanner {
margin-bottom: 8px; 
text-align: centre; 
taille de police: 18px; 
font-weight: gras;
rembourrage: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
largeur: 90%; 
hauteur: 100%;
affichage: inline-block;
}

 

Edited by Soyons zen (see edit history)
Link to comment
Share on other sites

15 minutes ago, Soyons zen said:

Hi, I have this problem, I can not solve it, I enclose the code
http: //mon_site/modules/ddlx_flashsales/ddlx_flashsales_front.css 

instead (https)

/*Bannière*/

#ddlxfsbanner {
margin-bottom: 8px; 
text-align: centre; 
taille de police: 18px; 
font-weight: gras;
rembourrage: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
largeur: 90%; 
hauteur: 100%;
affichage: inline-block;
}

 

 

 

What error are you receiving?

Can you supply your store url?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...