Thank you! but I ended up installing keycloak on a production box with https, I will move my installation in the future.

On Thu, Apr 23, 2015 at 10:36 AM, Iván Perdomo <ivan@akvo.org> wrote:
Hi,

On Thu, 23 Apr 2015 10:01:13 -0400 (EDT)
Stian Thorgersen <stian@redhat.com> wrote:

> Other than that there's nothing available atm.

A quick hack is to do port forwarding via SSH, e.g:

ssh -L 8080 localhost:8080 user@host

If you're connected via ssh, accessing your http://localhost:8080 will
connect to the remote server as if it was locally, and AFAIK localhost
doesn't require https.

After login in, you can change the realm settings to not require https
for external connections.

My five cents,

--
Iván