-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[S3Crt]: GetObject should return error specific to self signed cert when Aws::S3Crt::ClientConfiguration caFile is set to self signed cert and verifySSL is true #2528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @csi-amolpawar , Thank you very much for your submission and for bringing this up to our attention. This issue seems different from the issue you have submitted previously (#2430) as the outcome of the GetObjectRequest (or other request such as PutObjectRequest) is successful using the S3 CRT vs S3. I will discuss this with the team and post updates here. Thank you very much once again for your feedback and collaboration. Best regards, Yasmine |
Hello @csi-amolpawar , This issue should be solved by #2530. The fix will be released in v1.11.97. We really appreciate your feedback and collaboration. Sincerely, Yasmine |
Hi @yasminetalby, I could see the error message now I see this is due to the Aws S3 CRT is not using curl hence returning crt specific things. Please confirm the same. Thanks, Amol. |
Hello @csi-amolpawar , Yes you are right, the error difference between the use of S3CRT and S3 is expected. Let me know if you have any further question or if this issue can be closed as completed. Best regards, Yasmine |
Hi @yasminetalby, You can close this ticket Thanks, Amol. |
|
Describe the bug
The Aws S3Crt GetObject request should return error specific to self signed cert. when Aws::S3Crt::ClientConfiguration caFile and verifySSL is configured to self signed cert and true respectively.
Expected Behavior
This should work similar as S3 protocol as we configure the same parameters. See output and code for s3 getObject below
Output:
Current Behavior
It able to read the data from object
Reproduction Steps
It is easily re-producible using below code snippet
Possible Solution
NA
Additional Information/Context
NA
AWS CPP SDK version used
1.11.95
Compiler and Version used
g++ (GCC) 11.2.0
Operating System and version
Linux e52bcd5686db 5.14.0-1057-oem #64-Ubuntu SMP Mon Jan 23 17:02:19 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: