Skip to content

Not able to enable https for AwsAuthV4 transport #1456

@cfoehrdes

Description

@cfoehrdes

We are trying to use the AwsAuthV4 transport with ssl and are not able to pass the ssl option to it.

It seems that it is not possible because the ssl config param accessed in the AwsAuthV4 class (see https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Transport/AwsAuthV4.php#L77) is never set.
The keys of the config array are limited to bigintConversion, curl, headers and url in the client when preparing the transport configuration. (see https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Client.php#L162)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions