I am trying to create an SSLSocket through a proxy to a destination host. My System properties are:
proxySet, true
https.proxyHost, proxy name
https.proxyPort, 8443
When I try to create my SSLSocket with:
(SSLSocket)factory.createSocket(destination host,443), I get an IOException with a message that is my destination host.