Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Accessing a Virtual Directory over https only

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
Problem accessing Virtual Directory - I have an IIS 5.0 server with a Virtual Directory called test. This virtual directory points to a share on the network, and uses a valid domain account in the As" field. From an IE browser, you can access the virtual..

error 500 accessing virtual directory - I am trying to access a virtual directory on another computer (as UNC) within IIS 6.0. I am receiving an error 500 whenever I try to browse to any file under the vdir (via http). Yet from the IIS MMC, I can drill down into the same virtual..

login required when accessing a virtual directory.... - Hi, I'm using Win 2003 and IIS6 I have a web site (which is a one), and a virtual directory which run under another pool. the content of the virtual folder is displayed in IFrames under my first web site. I have a domain with a..

Accessing a network share when connected via https - I'm using network load balancing and IIS 6.0. The is set up to use anonymous with the anonymous user being a domain account. A couple of pages in the app allow files to be uploaded to the server. Right now the files are..

How to prevent spiders from accessing virtual directories? - Is it possible to prevent Google and other spiders from scanning virtual defined under our root web site? We have a root site with just a single page (It just says and then we create a number of virtual under that page..
Next:  IIS: 4.17/ mo web hosting  
Author Message
Brendan Grant

External


Since: Oct 26, 2007
Posts: 4



(Msg. 1) Posted: Tue Oct 30, 2007 12:22 am
Post subject: Accessing a Virtual Directory over https only
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have created a virtual directory in IIS6 on a 2k3 R2 SP2 server that
serves files fine when viewed over http, however I want to control access
and do so securely to this dir so I first disable anon access and require
basic authentication which works great for denying anon access and requiring
a valid login.

Given that basic transmits its passwords in the clear I also check the
Require secure channel (SSL) option in Web Dir -> Properties -> Virtual
Directory -> Secure communications -> Edit... doing so denies access via
http however when I change the URL to begin with https, IE returns a generic
'Internet Explorer cannot display this webpage.'

The web site I'm doing this in is configured with the standard SSL port of
443.

For a sanity check I tried the above one more time on another 2k3 R2 SP2 box
which already has a web app that works great over https (through
redirection) to an identical result.

I suspect (but a dev and not an admin) this is certificate related... which
puzzles me even more because I've created and installed my own self signed
cert as well as used the one that already exists on the second working
box... only my dir still doesn't work.

Aside from suggesting that a dev not be touching a server (which I'd agree
with Smile )... any thoughts?

Brendan

 >> Stay informed about: Accessing a Virtual Directory over https only 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Tue Oct 30, 2007 8:39 pm
Post subject: Re: Accessing a Virtual Directory over https only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What you have done should work just fine.

In Internet Explorer goto Tools -> Options -> Advanced and uncheck "Show
Friendly HTTP errors". Then reload the page.

If you get "Can not find server or DNS error" down the bottom of the page,
then IIS isn't responding at all. Check httperr.log file on the server.

If you get some kind of HTTP status code, then post that so we can analyze
further what's going on.

Cheers
Ken

"Brendan Grant" <grantb DeleteThis @dahat.com> wrote in message
news:A7B0A1A9-18B8-49B5-8DC2-1F6C847520FB@microsoft.com...
>I have created a virtual directory in IIS6 on a 2k3 R2 SP2 server that
>serves files fine when viewed over http, however I want to control access
>and do so securely to this dir so I first disable anon access and require
>basic authentication which works great for denying anon access and
>requiring a valid login.
>
> Given that basic transmits its passwords in the clear I also check the
> Require secure channel (SSL) option in Web Dir -> Properties -> Virtual
> Directory -> Secure communications -> Edit... doing so denies access via
> http however when I change the URL to begin with https, IE returns a
> generic 'Internet Explorer cannot display this webpage.'
>
> The web site I'm doing this in is configured with the standard SSL port of
> 443.
>
> For a sanity check I tried the above one more time on another 2k3 R2 SP2
> box which already has a web app that works great over https (through
> redirection) to an identical result.
>
> I suspect (but a dev and not an admin) this is certificate related...
> which puzzles me even more because I've created and installed my own self
> signed cert as well as used the one that already exists on the second
> working box... only my dir still doesn't work.
>
> Aside from suggesting that a dev not be touching a server (which I'd agree
> with Smile )... any thoughts?
>
> Brendan

 >> Stay informed about: Accessing a Virtual Directory over https only 
Back to top
Login to vote
Brendan Grant

External


Since: Oct 26, 2007
Posts: 4



(Msg. 3) Posted: Thu Nov 01, 2007 8:42 pm
Post subject: Re: Accessing a Virtual Directory over https only [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for your input Ken, as it turns out though... I'm just an idiot.

Most of my problems had to do with a separate application that would
automatically disable the web server in a less than visible way... no matter
how they do it, I'd always expected my changed to only be useful after that
app re-enables the web server... and much of my testing was being done
before that enablement.

Problem solved.

Brendan

"Ken Schaefer" <kenREMOVE.RemoveThis@THISadOpenStatic.com> wrote in message
news:%23AZUvjtGIHA.4880@TK2MSFTNGP03.phx.gbl...
> What you have done should work just fine.
>
> In Internet Explorer goto Tools -> Options -> Advanced and uncheck "Show
> Friendly HTTP errors". Then reload the page.
>
> If you get "Can not find server or DNS error" down the bottom of the page,
> then IIS isn't responding at all. Check httperr.log file on the server.
>
> If you get some kind of HTTP status code, then post that so we can analyze
> further what's going on.
>
> Cheers
> Ken
>
> "Brendan Grant" <grantb.RemoveThis@dahat.com> wrote in message
> news:A7B0A1A9-18B8-49B5-8DC2-1F6C847520FB@microsoft.com...
>>I have created a virtual directory in IIS6 on a 2k3 R2 SP2 server that
>>serves files fine when viewed over http, however I want to control access
>>and do so securely to this dir so I first disable anon access and require
>>basic authentication which works great for denying anon access and
>>requiring a valid login.
>>
>> Given that basic transmits its passwords in the clear I also check the
>> Require secure channel (SSL) option in Web Dir -> Properties -> Virtual
>> Directory -> Secure communications -> Edit... doing so denies access via
>> http however when I change the URL to begin with https, IE returns a
>> generic 'Internet Explorer cannot display this webpage.'
>>
>> The web site I'm doing this in is configured with the standard SSL port
>> of 443.
>>
>> For a sanity check I tried the above one more time on another 2k3 R2 SP2
>> box which already has a web app that works great over https (through
>> redirection) to an identical result.
>>
>> I suspect (but a dev and not an admin) this is certificate related...
>> which puzzles me even more because I've created and installed my own self
>> signed cert as well as used the one that already exists on the second
>> working box... only my dir still doesn't work.
>>
>> Aside from suggesting that a dev not be touching a server (which I'd
>> agree with Smile )... any thoughts?
>>
>> Brendan
>
 >> Stay informed about: Accessing a Virtual Directory over https only 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]