As part of configuring CA Service Catalog to use Secure Socket Layer (SSL), you configure Service View to use SSL.
To configure Service View to use Secure Socket Layer
<!--
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" keystoreFile="C:\Program Files\CA\Service Delivery\.keystore" keyAlias="alias_name"/>
->
wrapper.java.additional.number=-Djavax.net.ssl.trustStore="%USM_HOME%/.keystore"
wrapper.java.additional.number=-Djavax.net.ssl.trustPass=changeit
The cursor moves to the Server Information section.
For Host Name, specify the name of the host where Service View is installed.
For Port Number, specify the port where HTTPS is configured.
For Enable HTTPS, specify Yes.
The USM Workflow actors are updated to use HTTPS communication.
You see a trusted certificate prompt, which indicates that you are using HTTPS.
<!--
<Connector port="8080" enableLookups="true" redirectPort="8443"
acceptCount="100" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" debug="0" connectionTimeout="20000" disableUploadTimeout="true"
useBodyEncodingForURI="false" URIEncoding="UTF-8" />
-->
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |