> When I run this code and then construct a Call object and invoke it, I get a > SSLHandshakeException. > Why doesn't the Call object use the same DefaultSSLSocketFactory on the > HttpsURLConnection object?
Call does not use XXXURLConnection. It reads and writes to and from a Socket instead. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists.
