stianst / keycloak-oidc-cli

Apache License 2.0
2 stars 1 forks source link

Native doesn't allow accessing https endpoints #17

Closed stianst closed 1 year ago

stianst commented 1 year ago
$ 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.
stianst commented 1 year ago

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.