Re: SSL Forms Login for multiple sites
From: Geir Aamodt ("Geir)
Date: 02/21/05
- Next message: Geir Aamodt: "Re: Controlling Page Access in .aspx page"
- Previous message: Geir Aamodt: "Re: Secure and Non-Secure Items"
- In reply to: JerryMorton233_at_mail.com: "SSL Forms Login for multiple sites"
- Next in thread: JerryMorton233_at_mail.com: "Re: SSL Forms Login for multiple sites"
- Reply: JerryMorton233_at_mail.com: "Re: SSL Forms Login for multiple sites"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 21 Feb 2005 19:17:24 +0100
Jerry,
the short answer: No.
As you are saying, the SSL certificate are tied to one domain and this is
done for security reasons. Otherwise, you could have certificates saying
that
"I am site Y", when the site in reality is site X.
What you could try to do (depending on your application/system) is to create
a
common login service which, after successful login, redirects the users to
the correct
domain.
This would of course require a new "logon.yourdomain.com" which would handle
this.
-- Best regards, Geir Aamodt geir.aamodt(AT)bekk.no <JerryMorton233@mail.com> wrote in message news:1108813638.870391.7790@c13g2000cwb.googlegroups.com... > Hi, > SSL newbie would love some advice :-) > > I have a server that hosts several independant domains (using host > headers to differentiate them). Each domain runs an independant copy of > the same ASP.NET application - this app uses forms-based authentication > and a proprietary XML file on each site to authenticate users/passwords > (i.e. each site has it's own set of users). > > I would like to implement SSL around the forms login page for each > site, to protect the login process only. > > Since SSL is tied to a domain, is there a way I avoid having to buy an > SSL cert for EACH domain? > > Thanks for any help! > Jerry >
- Next message: Geir Aamodt: "Re: Controlling Page Access in .aspx page"
- Previous message: Geir Aamodt: "Re: Secure and Non-Secure Items"
- In reply to: JerryMorton233_at_mail.com: "SSL Forms Login for multiple sites"
- Next in thread: JerryMorton233_at_mail.com: "Re: SSL Forms Login for multiple sites"
- Reply: JerryMorton233_at_mail.com: "Re: SSL Forms Login for multiple sites"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|