toitware / artemis

GNU Lesser General Public License v2.1
3 stars 1 forks source link

Supabase seems to use different root certificates #530

Open floitsch opened 1 year ago

floitsch commented 1 year ago
[artemis] WARN: check-in failed {exception: Site relies on unknown root certificate: 'C=US, O=Cloudflare\, Inc., CN=Cloudflare Inc ECC CA-3'}
kasperl commented 1 year ago

@erikcorry Do we think this is caused by poor out-of-memory handling in mbedTLS? Maybe this was addressed by https://github.com/toitlang/toit/commit/37060ada1817e0643f9db6f01386e0f9aa3bb925?

erikcorry commented 1 year ago

It's quite likely, but the full fix requires a patch to MbedTLS, so it's not fixed yet.