Phoebus Mak
Phoebus Mak
Hello I am trying to incorporate `trustme` in the CA SSL verification testing in a opensourced project. Experience on Linux is good but run into error with `winhttp`: ` Send...
### Describe the bug https://github.com/aws/aws-sdk-cpp/blob/e9d0d247be909ade39f213a3e2915aa262755a78/src/aws-cpp-sdk-core/source/auth/STSCredentialsProvider.cpp#L110 The SDK Client Configuration allows user to set [caPath and caFIle](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/client-config.html) but STS authentication doesn't use/respect the setting ### Expected Behavior All authentication respects caPath...
#### Reference Issues/PRs https://github.com/man-group/ArcticDB/issues/711 #### What does this implement or fix? Add prune_previous option to APIs which still don't support it #### Any other comments? #### Checklist Checklist for code...
#### Reference Issues/PRs https://github.com/man-group/ArcticDB/issues/514 #### What does this implement/fix? How does it work (high level)? Highlight notable design decisions. Add support of providing CA path directory for Azure SDK's underlying...
#### Reference Issues/PRs #1491 #### What does this implement or fix? Update openssl to v3 #### Any other comments? #### Checklist Checklist for code changes... - [ ] Have you...
https://github.com/man-group/ArcticDB/blob/c0a350e3ba8149f4ec08d3297b983dfd65b2d560/python/tests/util/storage_test.py#L172 It assumes all libraries created by the S3 real storage tests have name starts with "test_", which is wrong in some cases, e.g.: https://github.com/man-group/ArcticDB/blob/c0a350e3ba8149f4ec08d3297b983dfd65b2d560/python/tests/integration/arcticdb/test_arctic_library_management.py#L400
https://github.com/man-group/ArcticDB/blob/c0a350e3ba8149f4ec08d3297b983dfd65b2d560/python/tests/integration/arcticdb/test_arctic_library_management.py#L364 It assumes option `path_prefix` only exists at the end of the string, which is wrong.
This is for add coverage for our tests as most of users use https connection but we test http connection mostly on our pipeline. Same set of Azurite tests fail...
`libcurl` is pinned in conda build in https://github.com/man-group/ArcticDB/pull/1338 due to the behaviour changes in different build of `libcurl`, e.g. https://github.com/curl/curl/blob/b935fd4a07aa9dc0fa352b0a1d4822c4d901577b/lib/vtls/openssl.c#L4767. The issue starts affecting us since `v8.6.0`. Release build is...
1. `CA_cert_path` cannot be set in Windows (https://github.com/man-group/ArcticDB/pull/867) Need to figure out a way to make Windows import the certificate generated by `trustme`, which is used by Azurite 2. Test...