Docker icon indicating copy to clipboard operation
Docker copied to clipboard

Docker version of Cachet not working with HTTPS

Open markjrouse opened this issue 5 years ago • 5 comments

I'm using the docker version of Cachet, with Nginx, Postgres and PHP and I can deploy it successfully as out of the box with the HTTP config. Is there a corresponding nginx.conf, nginx-site.conf and dockerfile to support ssl? I've tried so many different configurations but I just can't get it working. I'm running it on an AWS Linux 2 instance: do I need specific modules installed on the server?

markjrouse avatar Jun 18 '20 14:06 markjrouse

:wave: Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email [email protected] for our Professional support service (please note, this a paid service.) If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

welcome[bot] avatar Jun 18 '20 14:06 welcome[bot]

This is an issue for me as well. It seems like the codebase is statically configured to use http by default and will not serve the css/images over https. I can't tell if its inheriting that from a database setting or not. I tried specifying the APP_URL to use https:// and still no dice.

r9labs avatar Jun 19 '20 22:06 r9labs

Give it a try with this in front of cachet docker compose stack: https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion

ygwane avatar Jul 02 '20 10:07 ygwane

Hi man. I have same problem...

Did you get solved it?

fjareta avatar Jul 16 '20 18:07 fjareta

related to https://github.com/CachetHQ/Docker/issues/158

angarod avatar Oct 13 '20 14:10 angarod