hystax / optscale

FinOps and cloud cost optimization tool. Supports AWS, Azure, GCP, Alibaba Cloud and Kubernetes.

Home Page:https://hystax.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTP bad UTF-8 syntax

elikkatzgit opened this issue · comments

When inviting a new user, an email is being sent but rejected by the mail server.

Setting in the user_template.yml:

SMTP server and credentials used for sending emails

smtp:
server: mailx1.example.com
email: example@example.com
port: 25
#password:

Response from the mail server:
500 5.5.2 Error: bad UTF-8 syntax

While taking a PCAP, I noticed that the request coming from the optscale server looks wired (see attachment)

Running on AWS instance, Ubuntu 20.04.6 LTS
optscale-smtp

OptScale module for sending emails requires SMTP SSL protocol to be used, see

with smtplib.SMTP_SSL(server, port, context=context) as smtp_server:

Please try and let us know, thanks!

Hi, thank you, I managed to integrate with SMTP-SSL and managed to have server hello and client hello, cipher handskae, application data and all...
yet I'm getting a SMPT error Alert Message: Encrypted Alert

AS this is encrypted now, I cannot tell what is the issue.
Where in the optsclae, I can track the logs of the SNMP logic to see what the issue?