From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:7705:: with SMTP id s5mr8518450qkc.11.1585915443457; Fri, 03 Apr 2020 05:04:03 -0700 (PDT) X-Received: by 2002:aca:4858:: with SMTP id v85mr2519508oia.51.1585915443074; Fri, 03 Apr 2020 05:04:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Apr 2020 05:04:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=179.35.31.165; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 179.35.31.165 References: <7dc6d888-696c-4936-b678-66e1c8198449@googlegroups.com> <0f8abc7c-3c73-469a-955d-ee64e0f38263@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Simple parse from https website From: "Rego, P." Injection-Date: Fri, 03 Apr 2020 12:04:03 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:58292 Date: 2020-04-03T05:04:02-07:00 List-Id: > If your code works with http and not https, you need to > * download aws source (github ) > * configure it for https -> you point out openssh/gnutls > * compile it > * install it > * use it - use env var ADA_PROJECT_PATH to point to where you installed= =20 > the https version (directory with aws.gpr). >=20 > I hope you are on Linux, it's a pain on windows (or at least was) (I'm on Windows) Thanks Bj=C3=B6rn, but this should be more straightforward= . I mean, it should be simpler, just a get/post from a rest API to download= a CSV. In this application I was trying to run away from Python because it= has an awful threading/tasking treatment (among several other awfulness), = but I am almost trying a binding.