#1 Le 17/06/2013, à 13:03
- Myfred
OpenSSL : 19:self signed certificate in certificate chain
Bonjour,
je n'arrive pas à trouver où configurer le path du CA sur openssl.
Quand je lance un test comme ceci, ca passe pas :
openssl s_client -connect www.mondomaine.fr:443 < /dev/null | openssl x509 -outform DER | openssl sha1
depth=2 C = US, O = "The Go Daddy Group, Inc.", OU = Go Daddy Class 2 Certification Authority
verify error:num=19:self signed certificate in certificate chain
verify return:0
et quand je précise le path, ca passe :
openssl s_client -connect www.mondomaine.fr:443 -CAfile /var/www/mondomaine/ssl/mondomaine.crt < /dev/null | openssl x509 -outform DER | openssl sha1
depth=2 C = US, O = "The Go Daddy Group, Inc.", OU = Go Daddy Class 2 Certification Authority
verify return:1
depth=1 C = US, ST = Arizona, L = Scottsdale, O = "GoDaddy.com, Inc.", OU = http://certificates.godaddy.com/repository, CN = Go Daddy Secure Certification Authority, serialNumber = 06265287
verify return:1
depth=0 O = www.mondomaine.fr, OU = Domain Control Validated, CN = www.mondomaine.fr
verify return:1
DONE
Qu'est ce que je dois faire pour que qu'il trouve mon CA par défaut ?
Merci de votre aide
Dernière modification par Myfred (Le 17/06/2013, à 13:03)
Hors ligne