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

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-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

[Mono-dev] HttpListener https bug?

2010-09-05 Thread salar2k
I'm trying to use Mono HttpListener but after some test I'm running into an issue with HttpS. The project works well with simple http requests but just doesn't serve https. Here is what I've done to use it (win7), first try to create certificate files: makecert -r -pe -n "CN=SALARPC" -b 01/01/20