I’m using fly.io Private Networking · Fly Docs and I’ve bound keycloak to the fly-local-6pn address using the -Djboss.bind.address=fly-local-6pn JAVA_OPTS_APPEND env var
but when I try to connect to 127.0.0.1:8080 keycloak says that HTTPS is required, should I set ssl_required to NONE? it seems like the docs say this is not a good idea in production but what are the ways to deal with this if I want to run keycloak as an internal service within my private network?