Verifies the given certificate chain.
See {@link X509TrustManager#checkServerTrusted(X509Certificate[], String)} for a
description of the chain and authType parameters. The final parameter, host, should be the
hostname of the server.
return mDelegate.checkServerTrusted(chain, authType, host);