Skip to content

gnutls: download missing intermediate certificates at runtime

Michael Catanzaro requested to merge mcatanzaro/#96 into master

This is slow. Don't misconfigure your server by failing to include required certificates if you don't want your website to be slow.

Note that since we're already on a dedicated handshake thread if called from GTlsConnection, we can do sync I/O throughout, no worries.

Fixes #96

Edited by Michael Catanzaro

Merge request reports