Hi All i need env for disabled smtp tls for versio...
# support
m
Hi All i need env for disabled smtp tls for version v.70
n
Hey Mahaboob, We have deprecated the support for the old alertmanager after the release 0.76.0 and are asking all users to upgrade to the single binary: https://github.com/SigNoz/signoz/issues/7309
m
okay @Nagesh Bansal Thanks
Hi @Nagesh Bansal i have updated version 0.76 as you said and added environment in signoz service in compose SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__REQUIRE__TLS: false SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__TLS__CONFIG_INSECURE__SKIP__VERIFY: true SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__FROM: NoReply@mycompany.com SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__SMARTHOST: 10.4.4.23:25 these values still am getting in logs required_tls true
a
@Mahaboob Basha did you find any solution regarding this? I'm also facing the same issue. • SigNoz v.0.87.0 • Helm Chart v.0.84.0
Copy code
signoz:
  additionalEnvs:
    SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__FROM: "frontline@xxx.com"
    SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__HELLO: "smtp.yyy.com"
    SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__SMARTHOST: "smtp.yyy.com:25"
    SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__REQUIRE__TLS: false SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__TLS__INSECURE__SKIP__VERIFY: true
The error I'm facing is below:
Copy code
'require_tls' is true (default) but "smtp.yyy.com:25" does not advertise the STARTTLS extension
@Nagesh Bansal for your kind information.
a
I think I have already included above mentioned settings in my helm chart values.
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__REQUIRE__TLS: false SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__TLS__INSECURE__SKIP__VERIFY: true
Should I share more from my helm chart values?
m
@Abid Hasan Muin i also tries mention values it's not working might it's bug in signoz no helping me i stuck on the we tried in docker and k8s no luck
n
@Abid Hasan Muin Please try with this:
Copy code
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__TLS__CONFIG_INSECURE__SKIP__VERIFY
please note it should be:
TLS__CONFIG_INSECURE__SKIP__VERIFY
a
@Nagesh Bansal I've tried with below variable in both K8s and Docker,
Copy code
SIGNOZ_ALERTMANAGER_SIGNOZ_GLOBAL_SMTP__TLS__CONFIG_INSECURE__SKIP__VERIFY
But still facing the same issue
Copy code
'require_tls' is true (default) but "<http://smtp.yyy.com:25|smtp.yyy.com:25>" does not advertise the STARTTLS extension