Hi Petr, Just had a quick look at the config settings are there doesn't seem to be a setting to force that. It looks like a fairly easy tweak, so I will send you a new puakma.jar. AT this stage I think the best option is a new setting in booster.config, probably something like FORCECLIENTSSL~*=1 which will tell booster to redirect the browser client to use SSL for communications. Note that there is also the ability to write your own java class which extends HTTPHeaderProcessor and load that in puakma.config (BOOSTERHeaderProcessors=YourCustomClass) This header processor then has the ability to intercept (and redirect) the requests before Booster. |