CLI, http auth, https

Hello all,

how can I use the CLI with http auth (user/password dialog on our RT
homepage)?

I assume https is supported out of the box by specifying the URL on the

export RTSERVER=your.rt3.installation

variable?

greetings,
l.r.

Hello all,

how can I use the CLI with http auth (user/password dialog on our RT
homepage)?

Use a .rtrc file with a content like this:

server https://rt.foo.bar/
user me
passwd mypasswd
externalauth 1

don’t forget to set restrictive permissions on this file :wink: