Ask a Question related to ASP.NET Security, Design and Development.
-
Wardeaux #1
Check another server's certficate from asp.net Code behind
I have an asp.net program that needs to request info from another server but
authenticate that other server certificate to ensure an "unauthroized"
redirect has occurred. Note that "authorized" redirect can occur, we need to
validate the server cert to ensure we're still submitting sensative info to
the correct server...
any clues where to start? Many thanks!
wardeaux
Wardeaux Guest
-
Check this code. Works in 5, not in 6!!
Hi. I'm trying to get the .focus to change from textfield to the next by pressing the TAB key. This code works in a Flash 5 movie, but not a 6. The... -
Please check this code.
I have this little interactive thing that is like a magic 8 ball. I had it working fine and then I wanted to update it so that it would give an... -
[PHP] Another code check
From: "James Johnson" <james@primedna.net> True. It even tells you it's being written (output) on line 11. You're "writing" a line space... -
Another code check
Hello, Can anyone see what's wrong with the following code? It produces the following in the browser: Warning: Cannot add header information -... -
Code check please
Hi, Can anyone see why this code isn't working.... $SID = $_SESSION; $AdID = $_GET; // get the campuses assigned $qCampusID = "SELECT... -
Joe Kaplan \(MVP - ADSI\) #2
Re: Check another server's certficate from asp.net Code behind
You might consider doing an HttpWebRequest to the target server and
implementing a custom ICertificatePolicy class to attach the
ServicePointManager. It will then call your function and allow you to see
the certificate, service point, request and certificate validation problem
(if there was one) and let you decide whether to allow the request or not.
Joe K.
"Wardeaux" <wardeaux@bellsouth.net> wrote in message
news:umdYCYVQFHA.2736@TK2MSFTNGP09.phx.gbl...>I have an asp.net program that needs to request info from another server
>but authenticate that other server certificate to ensure an "unauthroized"
>redirect has occurred. Note that "authorized" redirect can occur, we need
>to validate the server cert to ensure we're still submitting sensative info
>to the correct server...
> any clues where to start? Many thanks!
> wardeaux
>
Joe Kaplan \(MVP - ADSI\) Guest



Reply With Quote

