-
-
Notifications
You must be signed in to change notification settings - Fork 25
TLS fails on CA verification with e.g. Let's Encrypt certificates #232
Comments
This was incorrectly closed as it's not related to OpenSSL/BoringSSL. |
TLS peer verification failure is due to
It turns out that an user in particular was using a Let's Encrypt certificate, which fits exactly what's thoroughly described in this comment: openssl/openssl#7871 (comment) In fact, setting the flag resolves the issue:
|
The user's |
|
Set X509_V_FLAG_PARTIAL_CHAIN Fixes #232
Logic doesn’t seem 100% equivalent in #213. Some servers (Synology, pfSense) are failing on CA verification with TunnelKit error 201.
The text was updated successfully, but these errors were encountered: