Skip to content

Revert "aws CLI: use OS CA bundle" - #243

Merged
Sharpie merged 1 commit into
OpenVoxProject:mainfrom
Sharpie:revert-os-ca-bundle
Aug 4, 2026
Merged

Revert "aws CLI: use OS CA bundle"#243
Sharpie merged 1 commit into
OpenVoxProject:mainfrom
Sharpie:revert-os-ca-bundle

Conversation

@Sharpie

@Sharpie Sharpie commented Aug 4, 2026

Copy link
Copy Markdown
Member

Short description

Using "--ca-bundle /etc/ssl/certs/ca-certificates.crt" only works on Ubuntu. Other Linux OSes store certificates in different locations, and macOS and Windows don't use files to store the list of trusted CAs.

This commit reverts the addition of the "--ca-bundle" flag in Rake task logic in favor of setting the AWS_CA_BUNDLE environment variable, which has been done at the workflow level in:

OpenVoxProject/shared-actions#118

This reverts commit 0174517.

Checklist

I have:

@Sharpie
Sharpie force-pushed the revert-os-ca-bundle branch from 44c5d57 to f501ace Compare August 4, 2026 16:04
@Sharpie
Sharpie enabled auto-merge August 4, 2026 16:04
@Sharpie
Sharpie force-pushed the revert-os-ca-bundle branch from f501ace to 5af20e0 Compare August 4, 2026 16:24
Using "--ca-bundle /etc/ssl/certs/ca-certificates.crt" only works on
Ubuntu. Other Linux OSes store certificates in different locations,
and macOS and Windows don't use files to store the list of trusted CAs.

This commit reverts the addition of the "--ca-bundle" flag in Rake task
logic in favor of setting the `AWS_CA_BUNDLE` environment variable,
which has been done at the workflow level in:

  OpenVoxProject/shared-actions#118

This reverts commit 0174517.

Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
@Sharpie
Sharpie force-pushed the revert-os-ca-bundle branch from 5af20e0 to a83dd31 Compare August 4, 2026 17:50
@Sharpie
Sharpie merged commit 0bdbd55 into OpenVoxProject:main Aug 4, 2026
39 checks passed
@Sharpie
Sharpie deleted the revert-os-ca-bundle branch August 4, 2026 18:07
@Sharpie Sharpie added the bug Something isn't working label Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants