ciso-assistant-community icon indicating copy to clipboard operation
ciso-assistant-community copied to clipboard

Email server with self-signed certificate

Open PPCM opened this issue 9 months ago • 5 comments

CISO Assistant is working well with the docker setup (latest), except for emails So for applications not able to connect to M365, we use an email server with a self-signed certificate, and even if we setup CISO Assistant to not use TLS or SSL, it stops the email sending

2025-01-23T22:10:53.898338Z [error ] primary mailer failure, trying rescue [iam.models] ciso_assistant_url=https://ciso.domain.com email_host=email.host.com [email protected] email_port=587 email_use_tls=False error=SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1000)') ip=127.0.0.1 [email protected] request_id=dbd98da0-4f5b-4c41-b7cc-f18a7456c608 subject='CISO Assistant: Password Reset' user_id=None

Is there a way to ignore self-signed certificate?

Thanks for your help

PPCM avatar Jan 23 '25 22:01 PPCM