[rt-users] RT2/3 with HTTP and HTTPS

Vivek Khera khera at kcilink.com
Tue Jul 15 10:23:04 EDT 2003


>>>>> "MJ" == Matthias Juchem <lists at konfido.de> writes:

MJ> Normal (HTTP) sites are hosted on one IP address. As this is not
MJ> possible for HTTPS, you have to use either one IP address per site
MJ> or use a dedicated HTTPS host (like secure.company.com).

You can also run https on alternate port numbers like

 https://foo.example.com:4999/

if you want.  That's what I do.  My RT instances run on private high
number ports under SSL with self-signed certs.  All I want to do is
prevent packet eavesdropping when I'm out in public networks, and this
suffices.  I don't run RT without SSL.



More information about the rt-users mailing list