comp.lang.ada
 help / color / mirror / Atom feed
From: "Björn Lundin" <b.f.lundin@gmail.com>
Subject: Re: AWS.SMTP.Client secure mode
Date: Tue, 7 Sep 2021 08:21:56 +0200	[thread overview]
Message-ID: <sh70e4$agf$1@dont-email.me> (raw)
In-Reply-To: <eaac8f2d-ab6e-4c55-b0df-6d873e2a4f9dn@googlegroups.com>

Den 2021-09-07 kl. 04:20, skrev philip...@gmail.com:
> On Monday, September 6, 2021 at 2:26:30 AM UTC-7, björn lundin wrote:
>> Den 2021-09-05 kl. 05:20, skrev philip...@gmail.com:
>>
>>>
>>> Has anyone ever got secure and authenticated AWS.SMTP.Client working? And if so, how did you do it?
>>>
>> Yes.
>> I use Amazon as mailer - like this. Shortened version so it might not
>> compile. I think you need the Ada.Directories.Set_Directory statement
>> just as I need it.
>>
>> in the directory I set , I have the cert.pem I'd like to use
> 
> Is cert.pem a client certificate that will be passed to the server, or is it a server certificate the client uses to validate the server?
> 



Actually - lookin closer - it is the cert.pem that was distributed with 
AWS 1.2.
That is longtime ago...

Obviously Amazon does not care. Auth is then via the lines
   Auth : aliased constant SMTP.Authentication.Plain.Credential :=
                                   SMTP.Authentication.Plain.Initialize 
("AKFCAWS_IS_A_MAILSERVERT",        "BOYbIsome-chars-from-amazomFDWW");


I could not find it on github now - so I mailed you the one I got


-- 
Björn

  reply	other threads:[~2021-09-07  6:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-05  3:20 AWS.SMTP.Client secure mode philip...@gmail.com
2021-09-06  9:26 ` Björn Lundin
2021-09-07  2:20   ` philip...@gmail.com
2021-09-07  6:21     ` Björn Lundin [this message]
2021-09-07 20:40       ` philip...@gmail.com
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox