I have established a secure socket connection using the Bouncy Castle Pre-Shared Key. I would like to know how to use this socket connection to send my http request securely. I am using a apache http client for sending my http request.
IN short, I have to use https but with PSK Implementation of Bouncy Castle. It is easy to create a socket connection with PSK BC, but how to redirect http request through it ?
0 comments:
Post a Comment