Re: [Pharo-users] Zinc + HTTPS does not check for self signed certificates.

2018-07-10 Thread Julián Maestri
Forgot to mention, this was done in Pharo 6.1 (from zeroconf script). On Windows 7 and Ubuntu 16.04 (32 bit vm) On 10 July 2018 at 20:28, Julián Maestri wrote: > tl;dr > Querying an HTTPS site with a self signed certificate does not fail / > raise an exception (and it should). > > Long: > I'm tr

Re: [Pharo-users] Email Google API for pharo

2018-07-10 Thread Ben Coman
On 11 July 2018 at 05:53, oswall arguedas wrote: > Greetings community of pharo > > I am working with the google API to process gmail emails, read, modify, > archive, send. > > Is there any way with pharo ?. > > Thank you very much in advance > > Oswall I remember seeing this... http://forum.worl

[Pharo-users] Zinc + HTTPS does not check for self signed certificates.

2018-07-10 Thread Julián Maestri
tl;dr Querying an HTTPS site with a self signed certificate does not fail / raise an exception (and it should). Long: I'm trying to use client and server HTTPS validation with Zinc on Pharo. I prepared: a self signed CA certificate, and server and client certificates signed by the same CA. I set

[Pharo-users] Email Google API for pharo

2018-07-10 Thread oswall arguedas
Greetings community of pharo I am working with the google API to process gmail emails, read, modify, archive, send. Is there any way with pharo ?. Thank you very much in advance Oswall

[Pharo-users] XML support for pharo

2018-07-10 Thread oswall arguedas
Greetings community of pharo I have to process many XML files, to convert them to objects and incorporate them into a database and create an application in seaside. In pharo I have found XmlParser, however I have not found documentation to use it as best as possible. I do not know if there is a

Re: [Pharo-users] [Pharo-dev] Which command-line handlers do you use most?

2018-07-10 Thread Damien Pollet
On Mon, 9 Jul 2018 at 18:48, Sven Van Caekenberghe wrote: > Most used: eval, config, st (default to run script.st) > Do you ever use the metacello one instead of config? > Please make sure to stay as compatible as possible, lots of CI and server > deploy/run code depends on it. > I intend to

Re: [Pharo-users] Logging system

2018-07-10 Thread Miguel Campusano
thanks! On Tue, Jul 10, 2018 at 3:20 AM Peter Uhnák wrote: > Hi Miguel, > > there is beacon for logging https://github.com/pharo-project/pharo-beacon > > you can also consider pharo-sentry > https://github.com/peteruhnak/pharo-sentry (note that sentry can be > self-hosted) > > Peter > > On Mon,

Re: [Pharo-users] Logging system

2018-07-10 Thread Peter Uhnák
Hi Miguel, there is beacon for logging https://github.com/pharo-project/pharo-beacon you can also consider pharo-sentry https://github.com/peteruhnak/pharo-sentry (note that sentry can be self-hosted) Peter On Mon, Jul 9, 2018 at 10:30 PM, Miguel Campusano < m.campusano.ar...@gmail.com> wrote: