You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I think I found a workaround. Earlier, I had libcurl4-nss-dev 7.35.0-1ubuntu2.5 installed when compiling the SDK. Removed that package, installed libcurl4-openssl-dev 7.35.0-1ubuntu2.5 and recompiled everything. Now the tests run fine.
…ages-deb-and-rpm to develop
# By Tomasz Lichon (2) and Łukasz Opioła (1)
# Via Tomasz Lichon
* commit '37b93396bce5b53503289f5e7f5df48db57b2023':
VFS-1129 Change default worker directory to op_worker
Squashed 'op_ccm/' changes from 87efa84..f942d61
Squashed 'op_ccm/' changes from 7eded3e..87efa84
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:
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.
The text was updated successfully, but these errors were encountered: