From 652b07fa9c8b5a4ce3f56f08d9714ef88774ed24 Mon Sep 17 00:00:00 2001 From: Richard Kemp Date: Wed, 23 Sep 2020 09:05:12 +0200 Subject: [PATCH] doc(prestashop): add troubleshooting section (#3753) - Add a new troubleshooting section in Prestashop chart documentation - Add an SSL section in troubleshooting to explain how to activate it manually in Prestashop. --- bitnami/prestashop/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index 13ea2d8bcc..cfe76e0431 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -188,6 +188,20 @@ The [Bitnami PrestaShop](https://github.com/bitnami/bitnami-docker-prestashop) i Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube. See the [Parameters](#parameters) section to configure the PVC or to disable persistence. +## Troubleshooting + +### SSL + +One needs to explicitly turn on SSL in the Prestashop administration panel, else a `302` redirect to `http` scheme is returned on any page of the site by default. + +To enable SSL on all pages, follow these steps: + - Browse to the administration panel and log in. + - Click “Shop Parameters” in the left navigation panel. + - Set the option “Enable SSL” to “Yes”. + - Click the “Save” button. + - Set the (now enabled) option “Enable SSL on all pages” to “Yes”. + - Click the “Save” button. + ## Upgrading ### To 9.0.0