-
Notifications
You must be signed in to change notification settings - Fork 14
Description
**[OpenSearch reporting cli tool error]
When trying to generate and send a report via email I get the error message " Invalid username or password"
Credentials are ok.
/bin/opensearch-reporting-cli -u https://localhost/goto/something -a basic -c user:pass -e smtp -s email@gmail.com -r email@gmail.com -f png --smtpusername email@gmail.com --smtppassword pass --smtphost smtp.gmail.com --smtpport 465
This is the result when the authentication type is none:
/bin/opensearch-reporting-cli -u https://localhost/goto/something -c user:pass -e smtp -s email@gmail.com -r email@gmail.com -f png --smtpusername email@gmail.com --smtppassword pass --smtphost smtp.gmail.com --smtpport 465

Reference: https://forum.opensearch.org/t/opensearch-reporting-cli-tool-error/15485

