Symptoms

Attempt to access the store (created as a proxy store) by http results in the incorrect url, like https://IP.address/index.php/?StoreID=<ID>&subdir=. Store works correctly if accessed by https.

Cause

Proxy store was installed when the BASE_PROTO was set to http. Changing the setting and syncing will have no effect, as .htaccess is created only on initial proxy store installation. There is a bug #PBA-82569 ("Default BASE_PROTO must be https") to correct the default parameter value.

Resolution

  1. Change the BASE_PROTO, set it to https.
  2. Reinstall proxy store.

Internal content