*

mixradu

  • ****
  • 171 posts
[SLOVED]Zara SSL
« on: April 01, 2016, 07:00:37 PM »
Hello how can i slove this ?


Quote
Mixed Content: The page at 'https://www.lannonce.eu/' was loaded over HTTPS, but requested an insecure stylesheet 'c'. This request has been blocked; the content must be served over HTTPS.


I find in header
Quote

//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css

i replace with this
Code: [Select]
http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
and nothing change. where i have to look?

Please someone help


SOLUTION:
I have radius_search and in index also is
Quote

//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css

just change it to https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
« Last Edit: April 02, 2016, 06:34:33 AM by mixradu »

*

MB Themes

Re: [SLOVED]Zara SSL
« Reply #1 on: April 02, 2016, 07:55:11 AM »
@mixradu
Best way is to use //, it is relative notation. On SSL page it is rewritten by https://, otherwise it is http://
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: [SLOVED]Zara SSL
« Reply #2 on: April 03, 2016, 10:37:47 PM »
My site is running full SSL just right now with no issues at all.

*

MB Themes

Re: [SLOVED]Zara SSL
« Reply #3 on: April 04, 2016, 07:36:57 AM »
@slicer
Cool.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots