TLSIOException connecting over Https on Blackberry Torch 9810 and 9860

Go To StackoverFlow.com

0

I am trying to connect over Https connection on Torch 9810 and 9860 but I am getting TLSIOException. I tested the code on 9700 OS v6.0 and it is running successfully on it. But the issue is only reproducable on 9810 and 9860 (both Torch devices). I saw a few threads on this issue but no solution can be found.

2012-04-04 07:03
by tek3


1

TLSIOException has a method getException() which will return a TLSException. If you then look at that TLSException, you should be able to learn more about the problem. For example, there are two subclasess of TLSException - TLSAlertException and TLSCancelException. If your TLSException is actually a TLSAlertException, you can look at the alert properties to learn more about the problem.

2012-04-14 18:14
by Michael Donohue
Ads