Skip to content

Instantly share code, notes, and snippets.

@ram-pi
Created February 23, 2022 11:58
Show Gist options
  • Save ram-pi/ec3b061513d5bdd4ca84d03f366337a7 to your computer and use it in GitHub Desktop.
Save ram-pi/ec3b061513d5bdd4ca84d03f366337a7 to your computer and use it in GitHub Desktop.
Keycloak - Disable HTTPS with admin cli
# MOVE TO FOLDER
cd /opt/keycloak/bin/
# LOGIN
./kcadm.sh config credentials --server http://localhost:8080/ --realm master --user your_user --password your_password
# DISABLE SSL
./kcadm.sh update realms/master -s sslRequired=NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment