Currently using ES 2.4.3 with cloud-aws plugin version 2.4.3
Proxy settings in elasticsearch.yaml set on all nodes:
cloud:
aws:
protocol: https
proxy:
host: proxy1.company.com
port: 8083
username: myself
password: theBestPasswordEver!
PUT request for repo:
PUT _snapshot/my_s3_repository
{
"type": "s3",
"settings": {
"bucket": "my_bucket_name",
"region": "us-west"
}
}
Error is:
amazon_s3_exception - Proxy Authentication Required - Error Code 407
Is there some way to debug this, the logs don't seem to show much.