Hi,
I'm trying to setup a multi server environment using AWS. I'm starting with moving the search service to AWS ElasticSearch in a development environment.
I have moved the search.type to "elasticsearch" and tried setting the search.servers.
I'm running it to an issue.
I see that using the sig4 auth headers isn't supported, however when I try to use Basic Auth with the format https://username:password@awssearchurl.com:443 I get an error in the log,
https://pastebin.com/x3uJxdYf
Without the :443(https://username:password@awssearchurl.com) I get the following error instead
https://pastebin.com/KCfZvcez
Both of these urls work from the server doing a simple wget
I created an Elasticsearch with no security and it works fine.
Configuration
- Ubuntu 20.04
- Fusion Auth Version 1.24.0
- AWS Elastic Search 7.9
Thanks for any help!