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

    Topics created by faisal.jamil

    • F

      Proxy Warning with NLB before Ingress

      General Discussion
      • • • faisal.jamil
      4
      0
      Votes
      4
      Posts
      1.3k
      Views

      danD

      @faisal-jamil

      FusionAuth, as you can see, doesn't like to be run without being assured TLS is involved. That is what the warnings are about. It relies on the X-Forwarded-Proto to be assured that TLS is involved.

      It looks like you have this:

      User -> (TLS) -> Internet -> (TLS) -> NLB -> (HTTP) -> Ingress -> (HTTP) -> FusionAuth

      Which seems like a fine architecture (because from the NLB to FusionAuth is presumably a private, secure network, so TLS is not needed). The question is, how do you tell FusionAuth that things are okay? That's why I suggested trying to set the header.

      I do not know how to modify X-Forwarded-Proto to https, without terminating at the Ingress controller.

      I also do not know how to do this. I suggest reviewing the AWS documentation and/or contacting AWS support.

      If you have a FusionAuth edition including support, you can also file a support ticket and the engineering team will take a look. (If you do that, please reference this forum post.)

    • F

      SMS send limit

      General Discussion
      • • • faisal.jamil
      2
      0
      Votes
      2
      Posts
      5.3k
      Views

      danD

      @faisal-jamil

      You must buy another service like twilio. FusionAuth itself never sends SMSes.

      Limits are set by that third party service.