Miscellaneous > Roundcube Discussion

roundcubemail docker provides https?

(1/2) > >>

dave08:
Hello.
while I'm still working to solve some other problems using the provided docker, how can I force https ?
I've tried to use -p 8080:443 when starting it, but this port is not listening.
Regards
David

dave08:
Ok, so from what I read from the Docker site:
"By default, Docker runs through a non-networked UNIX socket. It can also optionally communicate using an HTTP socket."
securing the communication is a bit complicated and has to be applied for all dockers, if I understood correctly.

Instead, now I'm using a https connection and reverse proxy to the docker. Curiously, my login page has no image. Any ideas why?
Thanks and regards.
Dave

alec:
$config['use_https'] = true;

dave08:
Thank you!
But as I'm using a docker, it's no good.
Regards!

JohnDoh:
have you looked at the example docker configs here https://github.com/roundcube/roundcubemail-docker/tree/master/examples a couple of those look like they have HTTPS related settings.

Navigation

[0] Message Index

[#] Next page

Go to full version