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
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
$config['use_https'] = true;
Thank you!
But as I'm using a docker, it's no good.
Regards!
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.
Thanks for the reply.
I'm still reading and testing using information from the site you mentioned. I'll continue to investigate.
Thanks once again.
Merry Christmas everyone.