TECH TIP: Configuring the WebTier to Use HTTPS
Configuring the WebTier to use HTTPS can be accomplished using one of the options listed below.
Options:
1. Use the Delphi Object Inspector to configure the properties
2. Configure the WebTier.IniSettings to load the https params from an .ini file
3. Use the web module OnCreate event to initialize the relevant properties:
rsWebTier1.HTTPPrefix := 'https://';
rsWebTier1.WebCachePath := 'https://localhost/rbWebPub/Cache/';
rsWebTier1.WebModuleURI := 'https://localhost:8081/rbWebDebug.CoRBWebDebug';