Programmatic authentication of Server SSL certificate
From: Andreas Di Palma (adipalma@sunamerica.com)
Date: 07/01/02
- Next message: Michael Howard [MS]: "Re: Encrypt password"
- Previous message: Mabouya: "Re: Multiple website for a unique collection of codebehind files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Andreas Di Palma" <adipalma@sunamerica.com> Date: Mon, 1 Jul 2002 11:25:20 -0700
Hello everyone,
I have a question concerning programmatic authentication
of Server SSL certificates.
Summary:
Basically I need to call a server from another server
using HTTPS with the HTTPWebRequest object, and verify
that the server I am calling has a valid SSL Certificate.
Scenario:
1. User logs-on to ServerA through a regular aspx page.
2. ServerA authenticates User, and then redirects to
ServerB (https request to a server on another URL).
3. ServerB needs additional information from ServerA and
needs to get it programmatically using the HttpWebRequest
object (that is a programmatic call to a server through
HTTPS, without the use of a browser).
4. ServerB receives the response from ServerA and then
serves the page to the User's browser.
In step 3, ServerB (the requesting server), should also
verify that ServerA's certificate is authentic, thus
mimiking what a browser would do in a handshake.
Is this possible in the .Net framework? Any Examples?
Thank you very much for your help.
Andreas.
- Next message: Michael Howard [MS]: "Re: Encrypt password"
- Previous message: Mabouya: "Re: Multiple website for a unique collection of codebehind files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|