[opencart] OPENCART_ENABLE_HTTPS is not working for the administration pages #25038
Labels
opencart
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/opencart 18.0.0
What architecture are you using?
amd64
What steps will reproduce the bug?
I'm installing bitnami/opencart version 18.0.0 on a k8s cluster but when I try to access the admin interface I receive the following errors:
Due to the following errors the page is not fully loaded, also the login fails with wrong credentials
Steps to reproduce:
Are you using any custom parameters or values?
values.yaml:
What is the expected behavior?
To successfully load the administration pages and be able to login.
What do you see instead?
Partial Login page (all the static content cannot be fetched) and the Login itself fails.
Additional information
Currently, the administration config file (
/bitnami/opencart/administration/config.php
) looks like this:After modifying
HTTP_SERVER
andHTTP_CATALOG
configurations to point to HTTPS the page successfully loaded and I was able to login.Modifications:
The text was updated successfully, but these errors were encountered: