deltachat-core-rust icon indicating copy to clipboard operation
deltachat-core-rust copied to clipboard

add let's encrypt root certificate to `reqwest`

Open r10s opened this issue 4 years ago • 1 comments

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.

r10s avatar Oct 17 '21 12:10 r10s

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.

link2xt avatar Jul 06 '22 05:07 link2xt

Another attempt for reqwest: #4781

link2xt avatar Oct 03 '23 18:10 link2xt