You need to configure the WebTier to use https. This needs to be done programmatically - the property editor by default does not allow this to be specified. (This needs to be corrected in a future release.)
Either
1. configure the WebTier.IniSettings to load the https params from an .ini file
OR
2. Use the web module OnCreate event to code something like this:
Comments
You need to configure the WebTier to use https. This needs to be done
programmatically - the property editor by default does not allow this to be
specified. (This needs to be corrected in a future release.)
Either
1. configure the WebTier.IniSettings to load the https params from an .ini
file
OR
2. Use the web module OnCreate event to code something like this:
rsWebTier1.HTTPPrefix := 'https://';
rsWebTier1.WebCachePath := 'https://localhost/rbWebPub/Cache/';
rsWebTier1.WebModuleURI :=
'https://localhost:8081/rbWebDebug.CoRBWebDebug';
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com