General

Which version should I use ?

The versions of the library are aligned with the versions of the API :

  • Versions 1.x are for RunDeck API version 1 (RunDeck 1.2+)
  • Versions 2.x are for RunDeck API version 2 (RunDeck 1.3+)
  • and so on...

HTTP connections to RunDeck

What about SSL (HTTPS) ?

The lib will trust any certificate when connecting to a RunDeck instance running on HTTPS (even self-signed certificates).


How do I use a proxy ?

See the Java doc on proxies. You will need a JAVA_OPTS env variable with a value like "-Dhttp.proxyHost=localhost -Dhttp.proxyPort=8888".