I am creating one project in which i need to create a Proxy server. I'v searched and found few working example on Pscode. But there's nothing related to SSL Proxy server. At last I came to know about Chilkat ActiveX Socket which can support SSL. But I am getting difficulty about using it in Vb6.
Hence here anyone of you how to use Chilkat SSL Socket to create a web Proxy Server OR already have any working example related to the topic, please share...
I am also trying to get more & more information about it..
Hello ladoo,
That's gr8 thanks it will surely be helpful to me.. But this socket do not have Listening Property.. So how can I use it to create a HTTP Proxy Server? Do you have any example about it?
i had this socket ssl for some time used it many time , and never used it for server wise , if you look at codebank you will find so many examples , client and server connections , i am not sure if this is gone work but load up a normal socket or ssocket and get the listen code out of that and put it in ssl control , give it a try