From jeff.baumes at kitware.com Wed Jul 2 13:06:20 2014 From: jeff.baumes at kitware.com (Jeff Baumes) Date: Wed, 2 Jul 2014 13:06:20 -0400 Subject: [Tangelo-users] Tangelo over HTTPS Message-ID: Eric, > I would like to use tangelo over https but do not see any documentation or discussions on doing > so. Can you please provide a link or directions for me? This needs to be documented better in Tangelo. Short answer is that you can set up your certificate and key files then pass them to a tangelo start command: tangelo --port 443 --cert /home/tangelo/https/server.crt --key /home/tangelo/https/server.key start Let me know if this works for you. Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeff.baumes at kitware.com Wed Jul 2 13:11:22 2014 From: jeff.baumes at kitware.com (Jeff Baumes) Date: Wed, 2 Jul 2014 13:11:22 -0400 Subject: [Tangelo-users] Tangelo over HTTPS In-Reply-To: References: Message-ID: Ah ok, this is probably not in any release yet. Roni, perhaps it's time to cut another release to pypi? Jeff On Wed, Jul 2, 2014 at 1:08 PM, Eric Kimbrel wrote: > Thanks, I did notice that there was a commit on git to allow this but > that it is not in the release I installed using ?pip install tangelo? > Would re recommend a certain release for me to install? > > > From: Jeff Baumes > Date: Wednesday, July 2, 2014 at 10:06 AM > To: Eric Kimbrel , " > tangelo-users at public.kitware.com" > Subject: Tangelo over HTTPS > > Eric, > > > I would like to use tangelo over https but do not see any > documentation or discussions on doing > > so. Can you please provide a link or directions for me? > > This needs to be documented better in Tangelo. Short answer is that you > can set up your certificate and key files then pass them to a tangelo start > command: > > tangelo --port 443 --cert /home/tangelo/https/server.crt --key > /home/tangelo/https/server.key start > > Let me know if this works for you. > > Jeff > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roni.choudhury at kitware.com Wed Jul 2 13:42:36 2014 From: roni.choudhury at kitware.com (Roni Choudhury) Date: Wed, 2 Jul 2014 13:42:36 -0400 Subject: [Tangelo-users] Tangelo over HTTPS In-Reply-To: References: Message-ID: Hi Eric- I will create a 0.7 release that will include the HTTPS functionality and make an announcement here when it's ready. roni On Wed, Jul 2, 2014 at 1:11 PM, Jeff Baumes wrote: > Ah ok, this is probably not in any release yet. Roni, perhaps it's time to > cut another release to pypi? > > Jeff > > > On Wed, Jul 2, 2014 at 1:08 PM, Eric Kimbrel < > Eric.Kimbrel at soteradefense.com> wrote: > >> Thanks, I did notice that there was a commit on git to allow this but >> that it is not in the release I installed using ?pip install tangelo? >> Would re recommend a certain release for me to install? >> >> >> From: Jeff Baumes >> Date: Wednesday, July 2, 2014 at 10:06 AM >> To: Eric Kimbrel , " >> tangelo-users at public.kitware.com" >> Subject: Tangelo over HTTPS >> >> Eric, >> >> > I would like to use tangelo over https but do not see any >> documentation or discussions on doing >> > so. Can you please provide a link or directions for me? >> >> This needs to be documented better in Tangelo. Short answer is that you >> can set up your certificate and key files then pass them to a tangelo start >> command: >> >> tangelo --port 443 --cert /home/tangelo/https/server.crt --key >> /home/tangelo/https/server.key start >> >> Let me know if this works for you. >> >> Jeff >> > > > _______________________________________________ > Tangelo-users mailing list > Tangelo-users at public.kitware.com > http://public.kitware.com/mailman/listinfo/tangelo-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roni.choudhury at kitware.com Wed Jul 2 14:06:30 2014 From: roni.choudhury at kitware.com (Roni Choudhury) Date: Wed, 2 Jul 2014 14:06:30 -0400 Subject: [Tangelo-users] Tangelo over HTTPS In-Reply-To: References: Message-ID: Tangelo 0.7 is now available from PyPI. If you upgrade your Tangelo using pip, you should get the new version. Please let us know if the upgrade works, and if the HTTPS functionality is working properly. Thanks! roni On Wed, Jul 2, 2014 at 1:42 PM, Roni Choudhury wrote: > Hi Eric- > > I will create a 0.7 release that will include the HTTPS functionality and > make an announcement here when it's ready. > > roni > > > On Wed, Jul 2, 2014 at 1:11 PM, Jeff Baumes > wrote: > >> Ah ok, this is probably not in any release yet. Roni, perhaps it's time >> to cut another release to pypi? >> >> Jeff >> >> >> On Wed, Jul 2, 2014 at 1:08 PM, Eric Kimbrel < >> Eric.Kimbrel at soteradefense.com> wrote: >> >>> Thanks, I did notice that there was a commit on git to allow this but >>> that it is not in the release I installed using ?pip install tangelo? >>> Would re recommend a certain release for me to install? >>> >>> >>> From: Jeff Baumes >>> Date: Wednesday, July 2, 2014 at 10:06 AM >>> To: Eric Kimbrel , " >>> tangelo-users at public.kitware.com" >>> Subject: Tangelo over HTTPS >>> >>> Eric, >>> >>> > I would like to use tangelo over https but do not see any >>> documentation or discussions on doing >>> > so. Can you please provide a link or directions for me? >>> >>> This needs to be documented better in Tangelo. Short answer is that you >>> can set up your certificate and key files then pass them to a tangelo start >>> command: >>> >>> tangelo --port 443 --cert /home/tangelo/https/server.crt --key >>> /home/tangelo/https/server.key start >>> >>> Let me know if this works for you. >>> >>> Jeff >>> >> >> >> _______________________________________________ >> Tangelo-users mailing list >> Tangelo-users at public.kitware.com >> http://public.kitware.com/mailman/listinfo/tangelo-users >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeff.baumes at kitware.com Wed Jul 2 13:06:20 2014 From: jeff.baumes at kitware.com (Jeff Baumes) Date: Wed, 2 Jul 2014 13:06:20 -0400 Subject: [Tangelo-users] Tangelo over HTTPS Message-ID: Eric, > I would like to use tangelo over https but do not see any documentation or discussions on doing > so. Can you please provide a link or directions for me? This needs to be documented better in Tangelo. Short answer is that you can set up your certificate and key files then pass them to a tangelo start command: tangelo --port 443 --cert /home/tangelo/https/server.crt --key /home/tangelo/https/server.key start Let me know if this works for you. Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeff.baumes at kitware.com Wed Jul 2 13:11:22 2014 From: jeff.baumes at kitware.com (Jeff Baumes) Date: Wed, 2 Jul 2014 13:11:22 -0400 Subject: [Tangelo-users] Tangelo over HTTPS In-Reply-To: References: Message-ID: Ah ok, this is probably not in any release yet. Roni, perhaps it's time to cut another release to pypi? Jeff On Wed, Jul 2, 2014 at 1:08 PM, Eric Kimbrel wrote: > Thanks, I did notice that there was a commit on git to allow this but > that it is not in the release I installed using ?pip install tangelo? > Would re recommend a certain release for me to install? > > > From: Jeff Baumes > Date: Wednesday, July 2, 2014 at 10:06 AM > To: Eric Kimbrel , " > tangelo-users at public.kitware.com" > Subject: Tangelo over HTTPS > > Eric, > > > I would like to use tangelo over https but do not see any > documentation or discussions on doing > > so. Can you please provide a link or directions for me? > > This needs to be documented better in Tangelo. Short answer is that you > can set up your certificate and key files then pass them to a tangelo start > command: > > tangelo --port 443 --cert /home/tangelo/https/server.crt --key > /home/tangelo/https/server.key start > > Let me know if this works for you. > > Jeff > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roni.choudhury at kitware.com Wed Jul 2 13:42:36 2014 From: roni.choudhury at kitware.com (Roni Choudhury) Date: Wed, 2 Jul 2014 13:42:36 -0400 Subject: [Tangelo-users] Tangelo over HTTPS In-Reply-To: References: Message-ID: Hi Eric- I will create a 0.7 release that will include the HTTPS functionality and make an announcement here when it's ready. roni On Wed, Jul 2, 2014 at 1:11 PM, Jeff Baumes wrote: > Ah ok, this is probably not in any release yet. Roni, perhaps it's time to > cut another release to pypi? > > Jeff > > > On Wed, Jul 2, 2014 at 1:08 PM, Eric Kimbrel < > Eric.Kimbrel at soteradefense.com> wrote: > >> Thanks, I did notice that there was a commit on git to allow this but >> that it is not in the release I installed using ?pip install tangelo? >> Would re recommend a certain release for me to install? >> >> >> From: Jeff Baumes >> Date: Wednesday, July 2, 2014 at 10:06 AM >> To: Eric Kimbrel , " >> tangelo-users at public.kitware.com" >> Subject: Tangelo over HTTPS >> >> Eric, >> >> > I would like to use tangelo over https but do not see any >> documentation or discussions on doing >> > so. Can you please provide a link or directions for me? >> >> This needs to be documented better in Tangelo. Short answer is that you >> can set up your certificate and key files then pass them to a tangelo start >> command: >> >> tangelo --port 443 --cert /home/tangelo/https/server.crt --key >> /home/tangelo/https/server.key start >> >> Let me know if this works for you. >> >> Jeff >> > > > _______________________________________________ > Tangelo-users mailing list > Tangelo-users at public.kitware.com > http://public.kitware.com/mailman/listinfo/tangelo-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From roni.choudhury at kitware.com Wed Jul 2 14:06:30 2014 From: roni.choudhury at kitware.com (Roni Choudhury) Date: Wed, 2 Jul 2014 14:06:30 -0400 Subject: [Tangelo-users] Tangelo over HTTPS In-Reply-To: References: Message-ID: Tangelo 0.7 is now available from PyPI. If you upgrade your Tangelo using pip, you should get the new version. Please let us know if the upgrade works, and if the HTTPS functionality is working properly. Thanks! roni On Wed, Jul 2, 2014 at 1:42 PM, Roni Choudhury wrote: > Hi Eric- > > I will create a 0.7 release that will include the HTTPS functionality and > make an announcement here when it's ready. > > roni > > > On Wed, Jul 2, 2014 at 1:11 PM, Jeff Baumes > wrote: > >> Ah ok, this is probably not in any release yet. Roni, perhaps it's time >> to cut another release to pypi? >> >> Jeff >> >> >> On Wed, Jul 2, 2014 at 1:08 PM, Eric Kimbrel < >> Eric.Kimbrel at soteradefense.com> wrote: >> >>> Thanks, I did notice that there was a commit on git to allow this but >>> that it is not in the release I installed using ?pip install tangelo? >>> Would re recommend a certain release for me to install? >>> >>> >>> From: Jeff Baumes >>> Date: Wednesday, July 2, 2014 at 10:06 AM >>> To: Eric Kimbrel , " >>> tangelo-users at public.kitware.com" >>> Subject: Tangelo over HTTPS >>> >>> Eric, >>> >>> > I would like to use tangelo over https but do not see any >>> documentation or discussions on doing >>> > so. Can you please provide a link or directions for me? >>> >>> This needs to be documented better in Tangelo. Short answer is that you >>> can set up your certificate and key files then pass them to a tangelo start >>> command: >>> >>> tangelo --port 443 --cert /home/tangelo/https/server.crt --key >>> /home/tangelo/https/server.key start >>> >>> Let me know if this works for you. >>> >>> Jeff >>> >> >> >> _______________________________________________ >> Tangelo-users mailing list >> Tangelo-users at public.kitware.com >> http://public.kitware.com/mailman/listinfo/tangelo-users >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: