bcuff / elasticsearch-net-aws

Add-on to Elasticsearch.Net & NEST for using AWS's elasticsearch service.
Apache License 2.0
72 stars 27 forks source link

Enabling Request/Response Causes Signature to be Rejected #64

Closed jp-cai closed 3 years ago

jp-cai commented 3 years ago

Everything works fine with connectionSettings.EnableHttpCompression(false);

With connectionSettings.EnableHttpCompression(true);, I get {"message":"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."}

There appears to be a previous issue for this same problem (https://github.com/bcuff/elasticsearch-net-aws/issues/36) but it was closed for some reason.

bcuff commented 3 years ago

@jp-cai can you provide:

code snippets runtime version elasticsearch.net version This will help me reproduce the problem. Thanks!

bcuff commented 3 years ago

Closing Duplicate of https://github.com/bcuff/elasticsearch-net-aws/issues/36