Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: dave08 on December 21, 2020, 11:42:23 AM

Title: roundcubemail docker provides https?
Post by: dave08 on December 21, 2020, 11:42:23 AM
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
Title: Re: roundcubemail docker provides https?
Post by: dave08 on December 22, 2020, 07:23:51 AM
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
Title: Re: roundcubemail docker provides https?
Post by: alec on December 22, 2020, 07:40:34 AM
$config['use_https'] = true;
Title: Re: roundcubemail docker provides https?
Post by: dave08 on December 22, 2020, 09:01:11 AM
Thank you!
But as I'm using a docker, it's no good.
Regards!
Title: Re: roundcubemail docker provides https?
Post by: JohnDoh on December 22, 2020, 04:12:41 PM
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.
Title: Re: roundcubemail docker provides https?
Post by: dave08 on December 23, 2020, 04:43:57 AM
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.