Re: [Pharo-users] Teapot and SSL

2018-12-21 Thread Pierce Ng
On Fri, Dec 21, 2018 at 02:42:04PM -0600, horrido wrote: > Okay, I will dispense with the self-signed certificate and purchase a > commercial one, say, from Comodo (PositiveSSL). Use Let's Encrypt-issued certificates, available without charge. Let's Encrypt's CA certificate is built-in trusted by

Re: [Pharo-users] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-21 Thread Ben Coman
On Sat, 22 Dec 2018 at 06:03, Offray Vladimir Luna Cárdenas wrote: > > Hi, > > I share your feeling of wonder and also concern Luke. > > In my case, I used (old) GT tools to prototype Grafoscopio and now that the > PhD thesis is practically done and only dissertation is pending, I would like >

Re: [Pharo-users] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-21 Thread Tudor Girba
Hi Offray, Thanks for describing your concerns. First, let’s address the technical part. Please go to gtoolkit.com and download the 64Bit distribution that includes the image and the VM. We will remove the standalone image option from the website until the VM situation gets clarified. Now, a

Re: [Pharo-users] Teapot and SSL

2018-12-21 Thread Ben Coman
On Sat, 22 Dec 2018 at 04:42, horrido wrote: > > Okay, I will dispense with the self-signed certificate and purchase a > commercial one, say, from Comodo (PositiveSSL). My web host uses "Lets Encrypt" https://www.dreamhost.com/hosting/ssl-tls-certificates/ I haven't looked into it deeply, but

Re: [Pharo-users] [Moose-dev] Re: glamorous toolkit: v0.4.0

2018-12-21 Thread Offray Vladimir Luna Cárdenas
Hi, I share your feeling of wonder and also concern Luke. In my case, I used (old) GT tools to prototype Grafoscopio and now that the PhD thesis is practically done and only dissertation is pending, I would like to prepare myself to migrate Grafoscopio to Pharo 7, including bug fixing,

Re: [Pharo-users] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-21 Thread Tudor Girba
And here is the tweet I was mentioning: https://twitter.com/feenkcom/status/1075011040373551104?s=21 Cheers, Doru -- www.feenk.com "Every thing has its own flow." > On 21 Dec 2018, at 21:32, Tudor Girba wrote: > > Hi, > > Thanks for detailing your thoughts. > > Indeed, I know about your

Re: [Pharo-users] Teapot and SSL

2018-12-21 Thread Sven Van Caekenberghe
> On 21 Dec 2018, at 21:42, horrido wrote: > > Okay, I will dispense with the self-signed certificate and purchase a > commercial one, say, from Comodo (PositiveSSL). But you cannot buy a certificate for localhost, only for a real domain name (that you host for real). > I presume once I

Re: [Pharo-users] Teapot and SSL

2018-12-21 Thread horrido
Okay, I will dispense with the self-signed certificate and purchase a commercial one, say, from Comodo (PositiveSSL). I presume once I get it, the code below will work correctly (?). If not, I'll be back. Sven Van Caekenberghe-2 wrote >> On 20 Dec 2018, at 22:09, horrido > horrido.hobbies@

Re: [Pharo-users] [Moose-dev] glamorous toolkit: v0.4.0

2018-12-21 Thread Tudor Girba
Hi, Thanks for detailing your thoughts. Indeed, I know about your application. Whatever you can do with the current GT you will be able to do with the new one. Except that for the new one you will be able to do extra things. Here are a few: - You can build and share documents that embed those

[Pharo-users] PetitParser release: v2.1.0

2018-12-21 Thread Julien
Hello, This email to announce that a new minor release of PetitParser (1) has been published on GitHub (v2.1.0). Here is the change log: Summary --- - Each package has its tests separated in a separated package. - Cleaned baseline, made it more modular. - Created more groups to let

Re: [Pharo-users] Teapot and SSL

2018-12-21 Thread Sven Van Caekenberghe
> On 21 Dec 2018, at 12:00, Sven Van Caekenberghe wrote: > > I just tried in Ubuntu 18.04.O1 LTS 64-bit, using Pharo 7 and FireFox, and it > worked. BTW, I made my certificate like this (on macOS): prometheus:tmp sven$ mkdir ssl prometheus:tmp sven$ cd ssl prometheus:ssl sven$ openssl

Re: [Pharo-users] Teapot and SSL

2018-12-21 Thread Sven Van Caekenberghe
> On 20 Dec 2018, at 22:09, horrido wrote: > > I had this working some many months ago, but now I can't get it to work. > Really annoying. The entire process is so arcane... > > My HTTP server starts like this: > > Teapot stopAll. > Teapot on > Get: blah blah blah > > Then I visit