Is there an API that can perform some diagnostics to verify the http proxy configuration:
some thing like: boolean verifyProxyConfiguration(hostname, port, basicAuth, username, passwd) This method would do http CONNECT handshake with the proxy and returns success/failure. It would be be nice to capture any error message as well.
