SSL required on non SharePoint web site

SSL required on non SharePoint web site

am 08.08.2006 21:44:02 von Leslie Mason

I have installed a web application in a virtual directory under the default
web site. Before I installed the application, SharePoint was already
installed.

When I attempted to browse to my default page in my web site, I get a
message that says, "HTTP Error 403.4 - Forbidden: SSL is required to view
this resource.".

I am running my virtual web in a seperate application pool. When I change
the Identity for my application pool to use the IWAM account, I can access
the page without using SSL. However, if is set the page to use the predefined
"Network Service" account, then I get the SSL is required message.

I have not seen this behavior on non-SharePoint web servers. Is this
expected behavior for applications that run in the Default Web Site of a
server that hosts SharePoint?

Is there a way to continue to use the Network Service account without the
forced SSL requirement?

My virtual web is set to use Anonymous access using the IUSR accout and
"Require secure channel (SSL)" under Secure Communications is not checked.

Thanks,

Leslie

Re: SSL required on non SharePoint web site

am 09.08.2006 05:16:28 von Ken Schaefer

In Sharepoint administration, have you marked this folder as an excluded
path?

Cheers
Ken

"Leslie" wrote in message
news:1B7BA496-4DD1-4F09-BDAD-AF5F0B621E9F@microsoft.com...
>I have installed a web application in a virtual directory under the default
> web site. Before I installed the application, SharePoint was already
> installed.
>
> When I attempted to browse to my default page in my web site, I get a
> message that says, "HTTP Error 403.4 - Forbidden: SSL is required to view
> this resource.".
>
> I am running my virtual web in a seperate application pool. When I change
> the Identity for my application pool to use the IWAM account, I can access
> the page without using SSL. However, if is set the page to use the
> predefined
> "Network Service" account, then I get the SSL is required message.
>
> I have not seen this behavior on non-SharePoint web servers. Is this
> expected behavior for applications that run in the Default Web Site of a
> server that hosts SharePoint?
>
> Is there a way to continue to use the Network Service account without the
> forced SSL requirement?
>
> My virtual web is set to use Anonymous access using the IUSR accout and
> "Require secure channel (SSL)" under Secure Communications is not checked.
>
> Thanks,
>
> Leslie

Re: SSL required on non SharePoint web site

am 09.08.2006 11:44:01 von wjzhang

Hi Leslie,

Just as Ken mentioned, when Windows sharepoint service is installed and a
site is extended as a WSS site, all the http requests to this site are
handled by WSS's ISAPI filter: stsfltr.dll. Therefore you have to either
create a new web site to deploy your own web applications or exclude some
virtual pathes from the WSS site to make them no longer handled by WSS.
Then you can deploy your web application to that excluded vdir.

To exclude virtual pathes, please refer to the following steps:

1) Browse to SharePoint Central Administration site.
2) Click Confifure virtual server settings
3) Select the WSS extended site
4) Click Define managed pathes
5) In ''Add a New Path'', select Type to ''Excluded path'', in the Path
textbox, input the virtual directory''s name and click OK.

Then the path http://yourwssserver/vdir/ will no longer be managed by WSS.
You can deploy your .net application into it.

Please update here if problem still persists.

Best Regards,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx .

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Re: SSL required on non SharePoint web site

am 09.08.2006 16:34:02 von Leslie Mason

Ken,

I had not done that.

Thanks,

Leslie

"Ken Schaefer" wrote:

> In Sharepoint administration, have you marked this folder as an excluded
> path?
>
> Cheers
> Ken
>
> "Leslie" wrote in message
> news:1B7BA496-4DD1-4F09-BDAD-AF5F0B621E9F@microsoft.com...
> >I have installed a web application in a virtual directory under the default
> > web site. Before I installed the application, SharePoint was already
> > installed.
> >
> > When I attempted to browse to my default page in my web site, I get a
> > message that says, "HTTP Error 403.4 - Forbidden: SSL is required to view
> > this resource.".
> >
> > I am running my virtual web in a seperate application pool. When I change
> > the Identity for my application pool to use the IWAM account, I can access
> > the page without using SSL. However, if is set the page to use the
> > predefined
> > "Network Service" account, then I get the SSL is required message.
> >
> > I have not seen this behavior on non-SharePoint web servers. Is this
> > expected behavior for applications that run in the Default Web Site of a
> > server that hosts SharePoint?
> >
> > Is there a way to continue to use the Network Service account without the
> > forced SSL requirement?
> >
> > My virtual web is set to use Anonymous access using the IUSR accout and
> > "Require secure channel (SSL)" under Secure Communications is not checked.
> >
> > Thanks,
> >
> > Leslie
>
>
>

Re: SSL required on non SharePoint web site

am 09.08.2006 16:37:03 von Leslie Mason

WenJun,

I followed the steps you listed and that worked great.

SharePoint was installed by someone else and I am unfamilar with SharePoint
administration.

Thanks for including the specific steps.

Leslie

""WenJun Zhang[msft]"" wrote:

> Hi Leslie,
>
> Just as Ken mentioned, when Windows sharepoint service is installed and a
> site is extended as a WSS site, all the http requests to this site are
> handled by WSS's ISAPI filter: stsfltr.dll. Therefore you have to either
> create a new web site to deploy your own web applications or exclude some
> virtual pathes from the WSS site to make them no longer handled by WSS.
> Then you can deploy your web application to that excluded vdir.
>
> To exclude virtual pathes, please refer to the following steps:
>
> 1) Browse to SharePoint Central Administration site.
> 2) Click Confifure virtual server settings
> 3) Select the WSS extended site
> 4) Click Define managed pathes
> 5) In ''Add a New Path'', select Type to ''Excluded path'', in the Path
> textbox, input the virtual directory''s name and click OK.
>
> Then the path http://yourwssserver/vdir/ will no longer be managed by WSS.
> You can deploy your .net application into it.
>
> Please update here if problem still persists.
>
> Best Regards,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ==================================================
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscriptions/support/default.aspx .
>
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>

Re: SSL required on non SharePoint web site

am 10.08.2006 11:54:26 von wjzhang

You are welcome Leslie.

Best Regards,

WenJun Zhang

Microsoft Online Community Support

==================================================

Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:

http://msdn.microsoft.com/subscriptions/support/default.aspx .

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.