I am trying to turn an HTTP component into an HTTPS component to connect to Amazon. I am using D7. Here is what I have so far with an Indy 9 HTTP client component named HTTPS:
var Authorization, Response, Headers: string;
begin
Authorization := MimeEncodeString('myusername:mypassword')...