Skip to content

Integration tests failing: Curl error code CURLE_SSL_CACERT_BADFILE (77) #42

Closed
@c0sm0t0pian

Description

@c0sm0t0pian

I've successfully compiled the SDK on Ubuntu 14.04 x64 (using static linking, out-of-source build). When running e.g. the lambda integration test, no single test succeeds because there seems to be a problem with the included curl implementation. According to the logs, error #77 is returned. Looking that up, it means the following:

CURLE_SSL_CACERT_BADFILE (77)
Problem with reading the SSL CA cert (path? access rights?)

Do I need to import some aws certificates manually beforehand? My aws credentials file is set-up and working, at least with the aws java sdk. I've attached the log from the lambda integration test for reference: aws_sdk_2015-11-13-13.txt

Thanks for any help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions