public void testProxySetDirectHTTPS() throws Exception {
// Direct provider means not using proxy settings even if they are set.
// To set direct provider, disable proxies even when set
boolean enableProxies = false;
new ProxyHandler("invalid.proxy.test", 8080, enableProxies, IProxyData.HTTPS_PROXY_TYPE) {
@Override
protected void handleProxyChange() throws CoreException {
try {
HttpProxyConfiguration configuration = CloudFoundryClientFactory.getProxy(new URL(