noci,
Sure, the openssl command now does verify the root certificate. However, it turns out that the problem was not with the root verification. Google Checkout accepts SSL certificates from "GoDaddy Class 2 CA", but it does NOT allow "Go Daddy Secure Certification Authority" for the root certificate.
Thanks for your prompt response.
Main Topics
Browse All Topics





by: nociPosted on 2009-09-30 at 04:26:15ID: 25457340
All root certificates are self signed by definition, the one you trust you collect into directory by default that is /etc/ssl/certs although firefox & kde have a separate one.
3 -showcerts -CApath /etc/ssl/certs
the command should have been:
openssl s_client -connect www.GiftsAtDesiHaat.com:44
to be able to validate the root certificate.