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
Once I had had similar issue and resolved it by updating ruby to the 2.4.1 version (from brew). Now I'm trying to integrate S3 deployment and the aws_s3 command fails with the following stacktrace:
I have no clue why it happens since I have the latest ruby and openssl.
Here's related issue in the aws-sdk-core-ruby repo: amazon-archives/aws-sdk-core-ruby#166
They suggest force using bundled CA cert by adding specific directive that's normally impossible in my case. I hope I'm not the only who faces this issue so there might be a general solution.
Any ideas?
The text was updated successfully, but these errors were encountered:
Once I had had similar issue and resolved it by updating ruby to the 2.4.1 version (from brew). Now I'm trying to integrate S3 deployment and the aws_s3 command fails with the following stacktrace:
✅ fastlane environment ✅
Stack
System Locale
fastlane files:
`./fastlane/Fastfile`
fastlane gems
Loaded fastlane plugins:
Loaded gems
generated on: 2017-08-28
I have no clue why it happens since I have the latest ruby and openssl.
Here's related issue in the aws-sdk-core-ruby repo: amazon-archives/aws-sdk-core-ruby#166
They suggest force using bundled CA cert by adding specific directive that's normally impossible in my case. I hope I'm not the only who faces this issue so there might be a general solution.
Any ideas?
The text was updated successfully, but these errors were encountered: