GithubHelp home page GithubHelp logo

Comments (8)

CptOfEvilMinions avatar CptOfEvilMinions commented on June 12, 2024 1

md5 osctrl-tls-linux-amd64.bin
MD5 (osctrl-tls-linux-amd64.bin) = da5429cbe90de8b0c8b35e63907c5091

When I don't set the ENV var REDIS_PASS I am still getting the same errors.

from osctrl.

CptOfEvilMinions avatar CptOfEvilMinions commented on June 12, 2024 1

#248 fixed issue above.

from osctrl.

javuto avatar javuto commented on June 12, 2024

Do you want me to skip the password if it is set to empty string?

from osctrl.

CptOfEvilMinions avatar CptOfEvilMinions commented on June 12, 2024

Correct, if REDIS_PASS is not set then just assume there is no password.

from osctrl.

CptOfEvilMinions avatar CptOfEvilMinions commented on June 12, 2024

docker-compose:

 osctrl-tls:
    container_name: 'osctrl-tls'
    restart: unless-stopped
    image: jmpsec/osctrl-tls:v${OSCTRL_VERSION}
    environment:
     ...
      #### Redis settings ####
      - REDIS_CONFIG=false
      - REDIS_HOST=redis
      - REDIS_PORT=6379

log output:

osctrl-tls             | main.go:381: Connection to backend successful!
osctrl-tls             | main.go:390: Initializing cache...
osctrl-tls             | main.go:393: Failed to connect to redis - ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
osctrl-tls exited with code 1

from osctrl.

javuto avatar javuto commented on June 12, 2024

Now the value for the Redis password if not modified by JSON, paramenter or env is empty.

from osctrl.

javuto avatar javuto commented on June 12, 2024

Is the line requirepass removed from the Redis configuration?

from osctrl.

javuto avatar javuto commented on June 12, 2024

BTW no need to set REDIS_CONFIG since the value is false by default.

from osctrl.

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.