Re: [Mono-dev] HttpListener https bug?

2010-09-07 Thread Gonzalo Paniagua Javier
I've followed the steps in http://www.mono-project.com/UsingClientCertificatesWithXSP to create a root certificate and a client certificate (instead of generating a .p12, I created a .pvk and a .cer) and then used the "client" certificate as my server's. Then I created a small program (attached hl

Re: [Mono-dev] HttpListener https bug?

2010-09-07 Thread salar2k
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

Re: [Mono-dev] HttpListener https bug?

2010-09-08 Thread Gonzalo Paniagua Javier
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. >

Re: [Mono-dev] HttpListener https bug?

2010-09-08 Thread salar2k
Guess it doesn't needed because the issue occurs even with your peace of program. And yes i'm working on kind of proxy software. (is that important?) I'm not sure but I guess the destination website (any ssl enabled website) doesn't trust the proxy's certificate to communicate with it. -- View

Re: [Mono-dev] HttpListener https bug?

2010-09-09 Thread Gonzalo Paniagua Javier
On Wed, 2010-09-08 at 18:10 -0700, salar2k wrote: > Guess it doesn't needed because the issue occurs even with your peace of > program. > > And yes i'm working on kind of proxy software. (is that important?) Yes. The way the browser tries to set up a https connection through the proxy is by using

Re: [Mono-dev] HttpListener https bug?

2010-09-11 Thread salar2k
Many thanks, now i know the problem and will find a way for that. I found this simple app useful: http://www.codeproject.com/KB/IP/HTTPSDebuggingProxy.aspx -- View this message in context: http://mono.1490590.n4.nabble.com/HttpListener-https-bug-tp2527913p2535559.html Sent from the Mono - Dev ma