FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Howto setup a local FusionAuth evaluation server with a self-signed certificate

    Scheduled Pinned Locked Moved Unsolved
    Q&A
    2
    2
    339
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      info 0
      last edited by

      Environment:

      • Windows Server 2019 + Postgres db
      • Zip based deployment of FusionAuth 1.48.3 + jdk
      • No internet connection (only ftp file transfer)
      • Required to setup https

      For evaluation we will need to setup a FusionAuth service. I can connect to it over http (port 9011) and then authentication through OIDC works fine.

      The problem is that the actual client app that we need to test doesn't allow unsecure connections so I will need to setup the FusionAuth service on https. Is there somewhere a guide howto setup a self-signed certificate for FusionAuth on an IP intranet address?

      Any help or suggestions would be greatly appreciated.

      A 1 Reply Last reply Reply Quote 0
      • A
        Alex Patterson @info 0
        last edited by

        @info-0 are you able to use our global one?

        https://local.fusionauth.io/ will redirect to http://localhost:9011

        If not a great option is to setup ngrok
        https://fusionauth.io/docs/get-started/download-and-install/development/exposing-instance

        ngrok http --request-header-add 'X-Forwarded-Port:443' 9011

        1 Reply Last reply Reply Quote 0
        • First post
          Last post