What could cause SetCustomProxy to fail ?

Hi,When using SetCustomProxy from my Delphi application, the end-user can't validate. But when using TurboActivate --proxy=... it is working as expected.How can I explain / debug this behavior ? Where is the custom proxy saved ?Thanks.

>> "Where is the custom proxy saved ?"

It's not -- it's used completely from memory. My guess is that a firewall is blocking your app on the computer because your app is not code-signed (whereas TurboActivate.exe is code-signed).

More information about proxies here: https://wyday.com/limelm/help/proxies-in-turboactivate/

Sam wrote:> >> "Where is the custom proxy saved ?"> > It's not -- it's used completely from memory

Hum that might explain it: I didn't call it at each application run thinking it was saved somewhere.I believe this line in your documentation is misleading:- "To clear a previously set custom proxy" => https://wyday.com/limelm/help/proxies-in-turboactivate/

Also, regarding the Delphi unit, it says "Sets the custom proxy to be used by functions that connect to the internet." for the TurboActivate.SetCustomProxy method. Perhaps you should add that this is not persisted anywhere and must be called every time the application is launched.

Thanks.

We've updated the online documentation to make this clearer.