Re: sslstream and certificates
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 05/27/05
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Impersonation through HttpModule"
- In reply to: Jakob Nielsen: "Re: sslstream and certificates"
- Next in thread: Jakob Nielsen: "Re: sslstream and certificates"
- Reply: Jakob Nielsen: "Re: sslstream and certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 27 May 2005 10:00:11 -0500
This is something I have no idea on. Sorry.
It sounds like you are trying to implement your own web server. Wouldn't it
be easier to implement this using ASP.NET instead (write a custom
IHttpHandler or something)?
Joe K.
"Jakob Nielsen" <a@b.c> wrote in message
news:O2Y9DosYFHA.3164@TK2MSFTNGP09.phx.gbl...
>> It looks like that is all I need. I will try it out first thing tomorrow
>
> Ok, now i tried it, and it works. I can make a server and client and have
> them talk encrypted.
>
> I wanted ssl in order to let a web browser connect through https to my
> application which aced as a heet server.
> Now a browser can connect, warn me about the encryption, display the
> certiciate and aparently negotiate ssl in place.
> It seems that data sent from the browser to me is getting lost. The
> sslstream's reader allways show an empty stream, though I would expect the
> browser to send a GET command.
>
> Since I can make a client and server pair which can communicate, the
> problem seems to be related to the browser and .net ssl. Perhaps there are
> some incompatabilities related to that specific setup, that I don't know
> about?
>
>
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Impersonation through HttpModule"
- In reply to: Jakob Nielsen: "Re: sslstream and certificates"
- Next in thread: Jakob Nielsen: "Re: sslstream and certificates"
- Reply: Jakob Nielsen: "Re: sslstream and certificates"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|