On Tue, 2010-09-07 at 22:56 -0700, salar2k wrote:
> Thanks for the reply.
> 
> I've done the way you did and it works. But that was not my issue. 
> 
> Try to set browser's proxy to "localhost:9667" and browse
> https://mail.google.com/mail/ .
> You will see it doesn't work and connection resets.
> 
> This happens only when you're using https in listener.
> Change l.Prefixes.Add ("https://*:9667/";);  to l.Prefixes.Add
> ("http://*:9667/";);  and browse http://www.google.com
> it works as expected with a message Hello world!.

You didn't mention any proxy before. Why don't you send the code of your
listener?

-Gonzalo


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to