Mobile app version of vmapp.org
Login or Join
Chiappetta492

: Chrome flags my SSL Chrome keeps on showing me yellow triangle, 4 days ago padlock was green. I reissued the certificate and every ssl check test i found passed. Domain is buzztera.gr, do you

@Chiappetta492

Posted in: #Apache #Https #Openssl

Chrome keeps on showing me yellow triangle, 4 days ago padlock was green. I reissued the certificate and every ssl check test i found passed. Domain is buzztera.gr, do you guy know any other tool i can use ? Certificate is SHA-2. I use Apache for hosting and generated the keys with openssl using the following commands

openssl genrsa -out key_name.key 4096
openssl req -out CSR.csr -key key_name.key -new -sha256


yes i know i don't need to use 4096, but if i can why not ?
Apache Logs show no error.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Chiappetta492

1 Comments

Sorted by latest first Latest Oldest Best

 

@Rivera981

There's two reasons for the Chrome browser showing the yellow warning icon associated with your security status:


Certificate strength (and algorithm used);
Mixed content warnings - serving HTTP over HTTPS


A good test to check #1 is the Qualys SSL Test.

Chrome developer tools will show if there's any insecure content for #2 .

When I checked the URL you gave, I got the all-green.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme