$ kc-oidc token
Failed to retrieve well-known endpoint: Accessing an URL protocol that was not enabled. The URL protocol https is supported but not enabled by default. It must be enabled by adding the --enable-url-protocols=https option to the native-image command.
SSL support used to be enabled by default due to quarkus-rest-client extension being included, but when that was removed it is no longer added, and needs to be enabled with quarkus.ssl.native=true.