beautypg.com

Securing the portal server admin pages – VBrick Systems Portal Server ETV v4.1 User Manual

Page 106

background image

96

© 2007 VBrick Systems, Inc.

bypassQueryParamName="BypassSecurityWarning">

Example 2 – Uncomment httpModules

type="Hyper.Web.Security.SecureWebPageModule, WebPageSecurity" />

Securing the Portal Server Admin Pages

T

To configure the ETV Portal Server Admin pages for SSL access:

1. Go the Admin Console location, typically

C:\Program Files\VBrick\MCS\Common\MCS

Admin Console

and open

web.config

in a text editor.

2. Uncomment the

settings block located at after the instructions for

Web

Page Security

by deleting the

characters before and after the paragraph.

Example 3 – Uncomment configSections

A sample of a partial

web.config

file is shown below with the comments removed in order to

make the Admin pages secure.

type="Hyper.Web.Security.SecureWebPageSectionHandler, WebPageSecurity"

allowLocation="false" />

maintainPath="False"

warningBypassMode="AlwaysBypass"

bypassQueryParamName="BypassSecurityWarning">