Problem with purchased certificate from Comodo

I’ve installed the certificate I purchased form Comodo. But not correctly I think.




Because Chrome says the connection is not fully encrypted. While Opera and Safari completely ignore the SSL.

As you can see I get KLT for the cert, I read online I am supposed to get KT.

What am I doing wrong here?

I’m not very familiar with Chrome, but I can see “Certfificate (Valid)” on your screenshot, so it doesn’t sound like it would be completely wrong. Check if the page uses some http (not https) resource (image, style, script).

This is indeed a mixed content warning. The connection to the page is secure, but the page requests insecure elements such as scripts which means the integrity of the page cannot be trusted as the insecure scripts could modify it.

Thats what it tuned out to me. Thanks.