FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. michael.schramm
    3. Best
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by michael.schramm

    • RE: Cockroach Compatibility problem on Connector Signin

      😄 no worries around it.

      Cockroach itself provides great support to run within kubernetes / running in multiple availability zones with automated sharding. (not the average use case^^)

      whenever it will be fixed on the cockroach side https://github.com/cockroachdb/cockroach/issues/40963?version=v20.2 then I will of course report here if it works.

      So far we are using fusionauth with cockroachdb and this is the only error that has pooped up till now.

      posted in Q&A
      M
      michael.schramm
    • RE: TLS/SSL conncetion to postgressDB

      you can add to the database_url: ?ssl=true&sslmode=require (pick the mode you actually require)

      if your server supports tls1.3+ you should force 1.2 on the client:
      FUSIONAUTH_APP_ADDITIONAL_JAVA_ARGS="-Djdk.tls.client.protocols=TLSv1.2"
      (https://fusionauth.io/community/forum/topic/938/secure-db-connection-with-tls-1-3/4?_=1629097757303)

      posted in Q&A
      M
      michael.schramm