Roundcube Community Forum

 

roundcubemail docker provides https?

Started by dave08, December 21, 2020, 11:42:23 AM

Previous topic - Next topic

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


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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

dave08

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.