-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email server with self-signed certificate #1415
Comments
Hello @PPCM , |
@ab-smith thanks for the answer I tryed 2 things
In both, an error raised On my email server, SSL is needed for AUTH but with a self-signed certificate An idea? |
ok, https://docs.python.org/3/library/ssl.html#ssl.SSLContext.verify_mode Would probably require some extra code to manage this specific edge case. I'll see what we can do and get back to you. |
Merci beaucoup! :-) |
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
The text was updated successfully, but these errors were encountered: