When I need to verify an SSL certificate and the corresponding CA intermediate certs a good tool is openssl like this:
openssl verify -CAfile cabundle.crt www.domain.com.crt
When I need to verify an SSL certificate and the corresponding CA intermediate certs a good tool is openssl like this:
openssl verify -CAfile cabundle.crt www.domain.com.crt