Code Monkey home page Code Monkey logo

Comments (7)

Julianoe avatar Julianoe commented on July 24, 2024 1

In the environment variables for rocketchat container i set Accounts_UseDNSDomainCheck: "false" instead of true.
@gurumark you should try to use this.
Do you use the nginx-proxy-companion method?

from docker.official.image.

cybergrunge avatar cybergrunge commented on July 24, 2024

Hi!
When dealing with containers that don't use 80 or 443 port with nginx-proxy and lets-encrypt-nginx-proxy-companion, I set an additional container that serves as a reverse proxy between nginx-proxy and the non-80-port container. Not very graceful, but works seamlessly.

from docker.official.image.

gurumark avatar gurumark commented on July 24, 2024

I have the same issue with the same setup (changed my own domain to example.com). I cannot get https connection using:

docker run -d
--name db
--net emdnet
--restart=unless-stopped
mongo:3.0 --smallfiles

docker run -d
--name rocketchat
--net emdnet
--restart=unless-stopped
-e ROOT_URL=https://chat.example.com
-e "VIRTUAL_HOST=chat.example.com"
-e "LETSENCRYPT_HOST=chat.example.com"
-e "LETSENCRYPT_EMAIL=[email protected]"
--link db
rocket.chat

@cybergrunge Do you have a configuration that works?

from docker.official.image.

gurumark avatar gurumark commented on July 24, 2024

Thanks. I discovered that in other thread. It works!

from docker.official.image.

mojpg avatar mojpg commented on July 24, 2024

I've been experiencing the same issues, but with traefik as opposed to nginx-proxy to proxy into the container. I'm going to try Accounts_UseDNSDomainCheck: "false" and see if that improves the situation. Thanks!

from docker.official.image.

mabushey avatar mabushey commented on July 24, 2024

Why are you setting Accounts_UseDNSDomainCheck: ? Seems to work fine with the Jwilder proxy and lets encrypt companion.

from docker.official.image.

geekgonecrazy avatar geekgonecrazy commented on July 24, 2024

Looks like this is resolved and not a bug but more of a support type issue.

Closing

from docker.official.image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.