Comment 9 for bug 1534230

Revision history for this message
ricleal@gmail.com (ricleal) wrote :

Sorry. My fault.

Here the result:
openssl s_client -showcerts -connect xxx.xxx.xx:636 < /dev/null | openssl x509 -noout -text > cert.txt

$ cat cert.txt | grep -i signature
    Signature Algorithm: md5WithRSAEncryption
    Signature Algorithm: md5WithRSAEncryption

It looks signed with MD5... :(