My site on Google Chrome gets a warning about its SSL certificate. At first Chrome says:
The identity of this website has been verified by RapidSSL SHA256 CA - G3 but does not have public audit records.
But then I get a warning like that:
This site uses a weak security configuration (SHA-1 signatures), so your connection may not be private.
When i check my certificate by openssl from commandline based on this question: https://stackoverflow.com/a/26685515/317648 I get an answer like that:
Signature Algorithm: sha256WithRSAEncryption
I am confused now, why Chrome says it can be SHA1. What is the reason for that?