ljmerza / ha-email-sensor

Email Sensor for collecting tracking numbers from over 40 providers.
MIT License
87 stars 22 forks source link

Option to ignore SSL checking #25

Closed Unthred closed 3 years ago

Unthred commented 3 years ago

I have an old synology NAS and use its mailplus server. My pfsense firewall is responsible for renewing my domains wildcard LetsEncrypt certs. The certs pass in SSL Checker with the warning The certificate is not trusted in all web browsers. You may need to install an Intermediate/chain certificate to link it to a trusted root certificate. Learn more about this error. The fastest way to fix this problem is to contact your SSL provider.

Describe the solution you'd like Would it be possible to have a flag to ignore SSL cert errors? As this is all in house I am not worried about SSL

Thanks

ljmerza commented 3 years ago

added ssl option in 2.13.0

Unthred commented 3 years ago

Amazing what a speedy response!