[Mono-dev] HttpListener https bug?

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Wed Sep 8 14:33:11 EDT 2010


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




More information about the Mono-devel-list mailing list