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

Page 120

Advertising
background image

108

© 2008 VBrick Systems, Inc.

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 sections labeled

Web Page Security 1

and

Web Page Security 2

by

deleting only the <!-- and --> characters shown below in red.

Web Security 1

<!-- Web Page Security 1: Remove comments around the following section to enable
SSL on all Admin Console pages. -->

<!--

<section name="secureWebPages"
type="Hyper.Web.Security.SecureWebPageSectionHandler, WebPageSecurity"
allowLocation="false" />

-->

Web Security 2

<!-- Web Page Security 2: Remove comments around the following section to enable
SSL on all Admin Console pages. -->

<!--

<secureWebPages mode="On" maintainPath="False" warningBypassMode="AlwaysBypass"
bypassQueryParamName="BypassSecurityWarning">
<directory path="/" recurse="True" />
</secureWebPages>

-->

Advertising