[AWS] SOLVED AWS.Client.Post crashes with Program_Error after gpl2017 upgrade

Björn Lundin b.f.lundin at gmail.com
Sat Aug 19 21:45:27 CEST 2017


On 2017-08-19 14:29, Björn Lundin wrote:
> Hi!
>
> Today I upgraded from gnatgpl-2014 with AWS 3.3.1 to gnatgpl 2017 with
> buildin AWS
>
> Unfortunatly my code crashes now
>
> in procedure Login I use AWS.Client.Post which crashes with message

Turns out that AWS included in gnatgpl2017 is compiled without support
for ssl.

It would be nice with a clear error-message.

Solved by downloading the aws-sources from libre.adacore.org ,

configure it to use openssl, compile/install it and put its gprs first
in ADA_PROJECT_PATH


-- 
--
Björn



More information about the AWS mailing list