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
@afranken i see that we are already exposing https, which i assume is with a self signed cert right ? would adding above help with the below ssl certificate verify failed error ?
PS C:\Windows\system32> aws --endpoint-url https://abc s3 ls s3://test
@cvltmaheshp maybe, I have yet to test this.
Since S3Mock is meant to be used for local testing only, it's way easier to just use HTTP instead of HTTPS.
Just don't use sensitive data for testing.
The AWS CLI always wants to fully validate the SSL certificate. You can tell it not to: --no-verify-ssl
Took me a little bit to figure out how to create a docker container with custom TLS certificate.
Seeing as there does not seem to be any documentation on this one I thought my solution might be beneficial to others.
Feel free to close.
The text was updated successfully, but these errors were encountered: