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

    Topics created by mart

    • M

      Unsolved Resolving javax.net.ssl.SSLHandshakeException in a local environment with the Java Client and Ktor...

      Q&A
      • • • mart
      2
      0
      Votes
      2
      Posts
      634
      Views

      danD

      @mart

      Hmmm. Haven't seen this before.

      https://www.jvt.me/posts/2020/08/16/globally-disable-tls-java-httpsurlconnection/ looks interesting.

      The java client uses https://github.com/inversoft/restify/ under the covers, so maybe there's some setting in that library? The docs are sparse (some might say not there at all) but the code is reviewable.

      Let us know what you find.

    • M

      Unsolved "You may not use an undefined variable" error with Docker Compose and Kickstart

      Q&A
      • • • mart
      6
      1
      Votes
      6
      Posts
      1.1k
      Views

      danD

      @mart

      Thanks for the detailed repro steps. I just looked through the code and didn't see anything that indicated this behavior.

      Could you do one more test for me, please? Can you check and see what happens if you don't use FUSIONAUTH_APPLICATION_CLIENT_SECRET and instead use a different variable name? Something like MY_COOL_APPLICATION_CLIENT_SECRET or something like that?

      I don't think there's a collision or reserved variable, but it's worth ruling out.

      Also, what version of FusionAuth are you running?