Hi all,
 
    I want to communicate with a server by directly opening a socket and sending the  HTTP requests over the same. For that purpose, I am using createTransport (["ssl"], 1, host, port, null); function of nsISocketTransportService interface to create the socket (nsISocketTransport) and sending the HTTP requests over the same. I am able to do normal HTTP communication but I am not able to do so over HTTPS. The problem that I see here is that the handshake is not happening. I see the "Client Hello and Server Hello" messages in ethereal but the rest of the handshake is not taking place.
    Does anyone have any ideas about how to solve this problem?
    Thanks.
 
Regards,
Umesh.

Reply via email to