Open MrHappy opened 3 years ago
Same here with an validated wildcard cert . ERROR:cli.py:696:IMAP Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:877)
Do you use port 993? Do you have special characters in your password?
my solution is in cli.py ssl verify in #668 and #729 to False . Then it works !
Do you use port 993? Do you have special characters in your password?
I use port 993 and have not specials chars in my password.
my solution is in cli.py ssl verify in #668 and #729 to False . Then it works !
Where did you find this file? I cannot use the shell in the container because it keeps restarting... --- nvm found it in an overlay folder. Changed it now it works...
After some caching error with a reset password I get the following error:
parsedmarc_1 | ERROR:cli.py:696:IMAP Error: EOF occurred in violation of protocol (_ssl.c:1129)
dmarc-visualizer_parsedmarc_1 exited with code 1
What is this? It used to work before I reset everything (except the settings etc).
I don't use the container files. I don't like docker containers , very Inflexible. I have build it like this: https://www.linuxbabe.com/mail-server/parsedmarc-ubuntu-18-04-16-04 and then connect with a grafana instance, that runs since years for me.
cli.py is located in parsedmarc build
After the three containers are started I get the following message
parsedmarc_1 | ERROR:cli.py:696:IMAP Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131) dmarc-visualizer_parsedmarc_1 exited with code 1
That is weird because my mailserver has no self-signed-certificate, but a genuine one which expires somewhere late october. My parsedmarc.ini settings are:Setting
ssl = False
andskip_certificate_verification = True
makes no difference.Any reason why parsedmarc does not start and gives this error?