passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
40 stars 27 forks source link

PASSBOLT_SSL_FORCE set to false, still redirecting to HTTPs #45

Closed debugger24 closed 3 months ago

debugger24 commented 11 months ago

Setting PASSBOLT_SSL_FORCE to false is not enough to run in without TLS, the passbolt server still redirecting me to https website.

In my current setup, I am using TLS termination at my ingress and non TLS traffic b/w ingress and passbolt as of now, but it doesn't seem to be working. I am hitting https://passbolt.local but passbolt see it as non HTTPs traffic and redirects to https://passbolt.local, so kind of stuck in infinite loop resulting in too many redirects.

I think it is somewhere implemented in passbolt-library. From where can I access passbolt-library ?

dlen commented 10 months ago

Hello if you could bring some more info we might be able to help you. In any case we plan to publish the passbolt-library soon.

RobertInAms commented 6 months ago

A summing you set up your hosts file, you could try this

passboltEnv: plain: APP_FULL_BASE_URL: "http://passbolt.local"

dlen commented 3 months ago

Closing as stale, feel free to reopen if needed