hi, i am trying to implement a proxy based on BaseHTTPServer built-in module. the GET & POST methods work fine, but i have some problems implementing the CONNECT (do_CONNECT) method, i understand how ssl tunneling works theoritically, i tried to implement it using httplib.HTTPSConnection, i write the headers and the data back to the client, but when i test it, the browser only shows a page not found...
can you please suggest what to do, just a few helpful pointers would be appreciated...