thanks for the reply, can you explain a bit clear
Ulf Dittmer wrote:Have you tried new URLConnection("https://www.server.com:1234")?
i used SSLServerSocketFactory, SSLServerSocket & SSLSocket on the server side
SSLSocketFactory, SSLSocket on the client for a basic connection.
but my main question is to avoid a url and ssl(i guess cannot be ignored) ,completly use https connection to perform the communication, but
Ulf Dittmer wrote:URLConnection("https://www.server.com:1234")?
will answer my problem?
but if you have asked me whether https connection worked using the url then my answer is yes.
correct me if i am wrong in understanding what you have asked and i guess i made my requirement clear, please guide me.