-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Advanced Settings Ignored #1025
Comments
Thanks for reporting ... There is related work going on in the core:
deltachat/deltachat-core-rust#647
However, I would think that the currently released core with desktop
already would accept an invalid cert ... cc @link2xt
…On Mon, Sep 30, 2019 at 12:39 -0700, Jamie96ITS wrote:
<!--
This is a bug report tracker. New features are discussed in the forum: https://support.delta.chat
Please fill out as much of this form as you can (leaving out stuff that is not applicable is ok).
-->
- Platform (linux/mac/windows): windows
- Delta Chat Desktop Version: DeltaChat-0.201.0-win64
- Expected behavior: Login to personal mail server sans SSL
- Actual behavior: SSL Failure
- Steps to reproduce the problem:
- Screenshots:
- Logs: https://pastebin.com/XFNVtCRA
Good day.
I am trying to use my local mail server with Delta-Chat, my family uses it for internal communications and a few IoT uses...
It does not have a proper SSL chain, nor does it need one as it's most often accessed only on LAN. I figured like most other apps I could tell this program to use no security, and I saw that option here but when using it I fail to login with this error:
Could not connect to IMAP-server 192.168.2.21:143. (A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. (os error -2146762487))
Other applications connect just fine without SSL, so I'm wondering if this is an issue with Deltachat trying for SSL even though I set security off?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#1025
|
@Jamie96ITS Thanks for reporting! It appears that plain IMAP was not properly tested before. Try PR #1028 if you have a development environment installed or try to patch your installation in-place for a quick fix. In any case, I am pretty sure setting IMAP security to "plain" configured SMTP instead. |
@Jamie96ITS you can try the fixed version of @link2xt by using on of the install files of this pr (so no need to set up a development environment): As you use windows, this should work for you: https://github.com/deltachat/deltachat-desktop/suites/245977487/artifacts/71703 Can you please try and tell us if this fixed it? |
No dice. |
@r10s is it possible that this is the same problem as with the e2ee setting? EDIT: Yup they are broken. |
Bug in the core indeed. That does not explain why plain is not working though. At the very least deltachat/deltachat-core-rust#647 should fix "invalid certificate" problem. Hopefully it will setup StartTLS connection in this case. |
I have not tested if it works since deltachat/deltachat-core-rust#647 got merged. Updating core is good in any case. |
While attempting to make #1076 work, I found that settings still don't work. Even more, they are not saved into the database properly. Command
shows
Preparing a PR now. Basically the problem seems to be that |
Advanced settings are persisted now but only on initial setup, not when updating in settings dialog |
It's also not possible to change the IMAP login name for example |
Can you please try again with current master? |
Works now, thanks! I was able to login using my local, plain mail server and play around with it, finding another bug/design flaw with it but that's another matter. |
Good day.
I am trying to use my local mail server with Delta-Chat, my family uses it for internal communications and a few IoT uses...
It does not have a proper SSL chain, nor does it need one as it's most often accessed only on LAN. I figured like most other apps I could tell this program to use no security, and I saw that option here but when using it I fail to login with this error:
Could not connect to IMAP-server 192.168.2.21:143. (A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. (os error -2146762487))
Other applications connect just fine without SSL, so I'm wondering if this is an issue with Deltachat trying for SSL even though I set security off?
The text was updated successfully, but these errors were encountered: