Hi,
In AWS CLI, I can use the —ca-bundle option to use a non-public CA for my S3 endpoint.
I was wondering if there’s a similar option for STU, or if I can even inject CA certificates into STU somewhere else?
Until then, I will get an connection error:
2026-03-17 15:41:42.596427092 +01:00 Failed to load objects: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Io, source: hyper_util::client::legacy::Error(Connect, Custom { kind: Other, error: Custom { kind: InvalidData, error: InvalidCertificate(BadSignature) } }), connection: Unknown } })
Thank you
Hi,
In AWS CLI, I can use the —ca-bundle option to use a non-public CA for my S3 endpoint.
I was wondering if there’s a similar option for STU, or if I can even inject CA certificates into STU somewhere else?
Until then, I will get an connection error:
2026-03-17 15:41:42.596427092 +01:00 Failed to load objects: DispatchFailure(DispatchFailure { source: ConnectorError { kind: Io, source: hyper_util::client::legacy::Error(Connect, Custom { kind: Other, error: Custom { kind: InvalidData, error: InvalidCertificate(BadSignature) } }), connection: Unknown } })Thank you