I m trying to implement SSL for HTTPClient(a desktop app that talks with the server. Server is configured to handle https request) I found 3 ways of doing this but i m not getting how to implement them. Like how can we get a security prompt on a desktop app ???(no browser involved..) heres the link .. http://commons.apache.org/httpclient/sslguide.html The call i ...