Hello,
i has set my vhost with ssl and has create a certificate on cacert.org.
I use the tutorial on:
https://www.mare-system.de/guide-to-nginx-ssl-spdy-hsts/
I has no problems in error log, no in access log all ok, only when i
call my blog with chrome or firefox the css files will not be loaded.
Is thats a browser error or is it configuration of ssl? Without SSL
run all perfect, with ssl blog css not load.
I use the follow in vhost config
listen 443 ssl spdy;
certificate
key
and this two lines in global config:
ssl_session_cache shared:SSL:10m;
sl_session_timeout 10m;
Has someone idea?
Thank you for help & Nice Day
Silvio
Hello,
sorry i forget the website.
http://silviosiefke.com/blog
https://silviosiefke.com/blog
Thank you for help & Nice Day
Silvio
On Saturday 08 February 2014 03:28:48 Silvio S. wrote:
Hello,
sorry i forget the website.
http://silviosiefke.com/blog
https://silviosiefke.com/blog
Thank you for help & Nice Day
Silvio
Browser clearly says what is the problem:
“Firefox has blocked content that isn’t secure”.
Indeed, all page resources on your site are linked
using absolute URIs with the “http” scheme:
wbr, Valentin V. Bartenev
Hello,
On Sat, 08 Feb 2014 06:45:14 +0400 “Valentin V. Bartenev”
[email protected] wrote:
Browser clearly says what is the problem:
“Firefox has blocked content that isn’t secure”.
yes hhh thats true. The easy way never in eyes But why in blog so,
but on startpage goes? There same http links in head?
Thank you for help & Nice Day
Silvio
On Saturday 08 February 2014 04:00:43 Silvio S. wrote:
Not the same, on your start page link to CSS is relative:
wbr, Valentin V. Bartenev
Hello,
On Sat, 08 Feb 2014 07:03:33 +0400 “Valentin V. Bartenev”
[email protected] wrote:
Not the same, on your start page link to CSS is relative:
Ah okay the css files. I think it mean html5shiv and human.txt too, but
now has links change too https and has rewrite. Now should work.
Thank you for help & Nice Day
Silvio