| Message: | We are using @DBCommand to return sections of names from the NAB to field on a form. (@DbCommand("Domino"; "LoadAddressListByIndex"; "names.nsf"; "tmpAddressList"; "20"; 1)) Here is a summary of the conditions we tested: http, WebBooster On, Required SSL Connection on NAB NOT selected - field was populated https, WebBooster On, Required SSL Connection on NAB selected - ERROR - Target database cannot be found http, WebBooster Off, Required SSL Connection on NAB NOT selected - field was populated https, WebBooster Off, Required SSL Connection on NAB selected - field was populated. If we moved Domino to a different SSL port, leave WebBooster running and hard code the new port into the url for the page (https://servername:8443/....) the field was populated as expected, but now the request is not being handled by WebBooster (which is listening on 80 and 443) |