deltachat-core-rust
deltachat-core-rust copied to clipboard
add let's encrypt root certificate to `reqwest`
older android devices miss some root certificates, at #2752 we've added them for imap/smtp, however, they're still missing for https which is needed for burner accounts as well as for autoconfig.
see https://github.com/deltachat/deltachat-core-rust/pull/2752#issuecomment-944476662 for some more details.
Failed attempt to do it with surf library: #2782
We need to redo the fix for the new reqwest library that we use now, maybe this time it will work.
Another attempt for reqwest: #4781