How do i disable https when running passbolt from the docker docker ?
I have passbolt installed but requests fail due to https protocol errors. Requests are being sent as https .
How do i disable https when running passbolt from the docker docker ?
I have passbolt installed but requests fail due to https protocol errors. Requests are being sent as https .
I had the same kind of problem.
Here is what I did from the native docker image :
install local nginx, and generate certificates with letsencrypt.
forward incoming trafic on port 80 to port 443.
Deal with ssl on nginx.
forward trafic from port 443 to port 80 to the passbolt image (with an upstream defined)
works fine
If I’m not clear enough, feel free to tell me.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.