Howto setup a local FusionAuth evaluation server with a self-signed certificate
-
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.
-
@info-0 are you able to use our global one?
https://local.fusionauth.io/
will redirect tohttp://localhost:9011
If not a great option is to setup ngrok
https://fusionauth.io/docs/get-started/download-and-install/development/exposing-instancengrok http --request-header-add 'X-Forwarded-Port:443' 9011