Re: change http to https
From: Jason Brown [MSFT] (i-brjaso_at_online.microsoft.com)
Date: 09/30/04
- Next message: Matt Baldwin: "Re: Can't connect from the outside"
- Previous message: David Wang [Msft]: "Re: IIS 6 - Connection Refused Error"
- In reply to: John McClain: "Re: change http to https"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 11:13:06 +1000
Let me just get some clarification on that before I go jumping to
conclusions.
so you're saying (for instance)
site http://mydomain/ has a certificate configured, but does not require SSL
virt dir http://mydomain/virdir/ inherits the settings of the domain, but
additionally requires SSL
in that scenario, you should get an error if you hit anything below the
virtual directory with non-SSL, but the rest of the site should display
without error. is that what you're saying?
-- Jason Brown Microsoft GTSC, IIS This posting is provided "AS IS" with no warranties, and confers no rights. "John McClain" <jm42163jm@yahoo.com> wrote in message news:uMpC3zkpEHA.592@TK2MSFTNGP11.phx.gbl... > Concerning question 1 - For Some reason (it makes no sense to me), When I > apply SSL required to just my VDir, It still allows me to enter the site > via http OR https. However, when I apply SSL required to the parent of the > VDir (the Default Web Site), then it works as expected and gives me a SSL > required error. What is that about??? > > "Jason Brown [MSFT]" <i-brjaso@online.microsoft.com> wrote in message > news:OdgH8QdpEHA.1992@TK2MSFTNGP09.phx.gbl... >> OK. >> 1.just apply the settings to the VDir, not to the rest of the server - or >> have I got your meaning wrong? >> >> 2. a couple of ways >> a) SBS based systems do this with an ISAPI filter called sbsfilt.dll - >> though I don't think this is available to non SBS users >> b) I do this with a custom error page which does the redirect for me with >> reltively simple ASP code. >> >> >> -- >> Jason Brown >> Microsoft GTSC, IIS >> >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> >> "John McClain" <jm42163jm@yahoo.com> wrote in message >> news:uPzdqMZpEHA.1960@TK2MSFTNGP10.phx.gbl... >>>A few questions... >>> 1) I have set up a virtual directory under the default web site called >>> Acuity that points to my web application. I have setup up the Acuity >>> directory to 'require Secure channel' on the 'Directory Security' tab >>> after Rclicking on Acuity and choosing properties. I am noticing that I >>> can get into the site EITHER via http or https. However, If I setup the >>> 'Require Secure Channel' setting on the default web site, I can only get >>> in via https. How do I configure IIS to apply SSL to only Acuity instead >>> of the Default Web Site??? >>> >>> >>> 2) After getting Acuity to be SSL enabled, How do I set it up so that if >>> a person tries to Access Acuity via http, IIS redirects them into https. >>> For example, http://localhost/Acuity gets redirected to >>> https://localhost/Acuity >>> >> >> > >
- Next message: Matt Baldwin: "Re: Can't connect from the outside"
- Previous message: David Wang [Msft]: "Re: IIS 6 - Connection Refused Error"
- In reply to: John McClain: "Re: change http to https"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|