From: John S. <jo...@we...> - 2007-02-20 17:47:23
|
Alan, I've got a little time to work on the proxy, and I wanted to try and ignore the man-in-the-middle stuff for now and just get it working as a basic proxy, I tried taking out the local ssl server and client to instead just redirect the io from the remote client to the remote target server directly, unfortunately I get the same hanging response when I try that connection. I am unsure of how to tell the client he is now connected to an ssl server and so a handshake should begin. Can you help me learn this process? Who initiates that connection, the client or the server? The proxy spec is to make the connection then return the 200 response and let the browser do something from there. I'm trying to study this but as you know the documentation is specification, and hard to decipher at times. Do you have some time to look at the code in the next day or two? I'm going to keep hacking away and updating often as I do. Juan, I like the cleanup and may pull some of the internal classes out as well, I'm not sure yet what the ssl support will look like. Thanks, John |