On Linux there's usually a central cert-db, but not sure there's such on Windows.

I'm pretty sure that's not true.

What's the recommended way to handle TLS validation on Windows?

The recommended way is to do nothing. Just use the default GTlsDatabase. That's implemented here and it just uses GnuTLS's default trust store. Presumably that should work as expected on Windows.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.