Re: SSL troubles

2011-04-05 Thread Palo G.
You have to install certificate of your phone server into java keystore. JVM has its own keystore where most known certificvate authorities are installed by default. If you wish to call server services throught secured connection and public part of certificate is not present in yours JVM keystore

RE: SSL troubles

2011-04-05 Thread Armishev, Sergey
Subject: SSL troubles I have a webapp, that is more or less an auto dialer, the user hits a button it sends the number and ext to the server, which constructs the xml request for the phone server and posts it using ssl. In my original program, an applet, it used apache HttpClient 3.1

SSL troubles

2011-04-04 Thread Patrick
I have a webapp, that is more or less an auto dialer, the user hits a button it sends the number and ext to the server, which constructs the xml request for the phone server and posts it using ssl. In my original program, an applet, it used apache HttpClient 3.1, to establish the connection and