Running rt-server with SSL certificate

Helle List,

Is there a how-to that explains on how to run rt-server with a ssl
certificate. We have a wildcard cert that we want to use on our RT
installation.

Any tips are greatly appreciated. Thank you in advance,

Regards,

Mayk Backus
Nlcom

Actually, there is nothing about RT. You have to look how to run web-server
with SSL. For ex. module for apache is mod_ssl.
RT in this case is simply a backend (like php, perl, python) that
generates you content.On Tue, Jul 24, 2012 at 1:47 PM, Mayk Backus backus@nlcom.nl wrote:

Helle List,

Is there a how-to that explains on how to run rt-server with a ssl
certificate. We have a wildcard cert that we want to use on our RT
installation.

Any tips are greatly appreciated. Thank you in advance,

Regards,

Mayk Backus
Nlcom

Jack Zabolotnyi
Arces Network, LLC

e: jzabolotnyi@arces.net
w: http://www.arces.net

PGP key: 2048R/7F2AB658 2012-07-02
PGP fingerprint: 4C7E 00A8 5210 F3D9 0509 C70E 87C8 666E 7F2A B658

Hi,

Thank you for the quick reply.

We start RT with the rt-server command located in the sbin directory of RT.
It’s a own kind of daemon of RT that listens on a port.

Thanks again, regards,

Mayk

Van: Jack Zabolotnyi jzabolotnyi@arces.net
Datum: Tue, 24 Jul 2012 14:16:21 +0200
Aan: Mayk Backus backus@nlcom.nl
CC: rt-users@lists.bestpractical.com
Onderwerp: Re: [rt-users] Running rt-server with SSL certificate

Actually, there is nothing about RT. You have to look how to run web-server
with SSL. For ex. module for apache is mod_ssl.
RT in this case is simply a backend (like php, perl, python) that generates
you content.On Tue, Jul 24, 2012 at 1:47 PM, Mayk Backus backus@nlcom.nl wrote:

Helle List,

Is there a how-to that explains on how to run rt-server with a ssl
certificate. We have a wildcard cert that we want to use on our RT
installation.

Any tips are greatly appreciated. Thank you in advance,

Regards,

Mayk Backus
Nlcom

Jack Zabolotnyi
Arces Network, LLC

e: jzabolotnyi@arces.net
w: http://www.arces.net http://www.arces.net/

PGP key: 2048R/7F2AB658 2012-07-02
PGP fingerprint: 4C7E 00A8 5210 F3D9 0509 C70E 87C8 666E 7F2A B658

Hi,

Thank you for the quick reply.

We start RT with the rt-server command located in the sbin directory of RT. It’s a own kind of daemon of RT that listens on a port.

That’s only intended for development and experimental use, really. For production use, you should run RT from a “real” web server. The documentation that’s included in the tar ball describes how to integrate it with Apache.

Regards,

Tim

The Wellcome Trust Sanger Institute is operated by Genome Research
Limited, a charity registered in England with number 1021457 and a
company registered in England with number 2742969, whose registered
office is 215 Euston Road, London, NW1 2BE.

Helle List,

Is there a how-to that explains on how to run rt-server with a ssl
certificate. We have a wildcard cert that we want to use on our RT
installation.

Any tips are greatly appreciated. Thank you in advance,

Well. You can start rt-server with plackup as any other psgi app. This
way you can use all features of any Plack/PSGI server.

Patch for Starman to do SSL:

I don’t know any other method to do this. Anyway, running rt-server
without front-end proxy is not good idea.

Regards,

Mayk Backus
Nlcom

Best regards, Ruslan.