Go to primary content
Siebel CRM Siebel Security Guide
Siebel Innovation Pack 2016, Rev. A
E24814-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Configuring a Siebel Web Client to Use HTTPS

You can configure Siebel Business Applications to specify whether or not URLs must use TLS over HTTP (HTTPS protocol) to access views in a Siebel application. You can specify that HTTPS must be used to access specific views, to access all views, or is not required to access views.

If you use the HTTPS protocol, then Your Web server must be configured to support HTTPS. You must install a certificate file on the Web server with which you want to secure communication. For more information, see "About Certificates and Key Files Used for TLS Authentication".

The value (True or False) of the SecureBrowse component parameter determines whether or not the Siebel Web Engine verifies that requests for a view use the HTTPS protocol. You can specify a value for the SecureBrowse parameter to indicate whether or not the HTTPS protocol must be used to access all the views in an application

The following procedure describes how to configure your application to use HTTPS or HTTP for all views in an application.

To configure your application to use HTTPS or HTTP for all views 

You can also specify that user credentials entered at login must be transmitted from the Web client to the Web server using the HTTPS protocol by setting values for the SecureLogin parameter. For information on this parameter, see "Implementing Secure Login".


Note:

If you set SecureLogin to True and SecureBrowse to False as object manager parameters, then you must also set EnableSecureCookie to False in the [SWE] section of your eapps.cfg file. If you do not do this, then the cookie from invoking the login view via HTTPS will not be used for the subsequent HTTP requests. As a result, a new non-secure cookie will be set requiring you to log in for a second time.