Sub : I want to build a man in the middle proxy server application. I have experimented so many methods to achieve this. But my application is failing when I tried to browse from the browser (IE 8 and Firefox 3.7).
I have configured my browser proxy settings to '4433' port. My application is listening on this port, when I connect to this port from my browser, with the URL https://localhost:4433 is it working, only a certificate warning is there. When I try to connect to another secured site, the SSL_accept function is returning -1 and my error code is as follows. "2572:error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:https proxy request:.\ssl\s23_srvr.c:391:" I am not able to trace out the problem for many days and stucked at this point. Anybody please help he to trace out this issue