aioquic: Error when client certificate is requested
When the server requests a client certificate (in the case of a GnuTLS server, the gnutls_certificate_server_set_request
function), the aioquic
client returns a QUIC Error: 266, reason: , frame_type: 6
error and the connection is closed
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 2
- Comments: 16 (13 by maintainers)
Commits related to this issue
- [tls] Allow clients to authenticate with servers using a certificate Servers may send a `CertificateRequest` to clients to indicate they wish the client to authenticate using a certificate. We add su... — committed to jlaine/aioquic by jlaine 7 months ago
- [tls] Allow clients to authenticate with servers using a certificate Servers may send a `CertificateRequest` to clients to indicate they wish the client to authenticate using a certificate. We add su... — committed to jlaine/aioquic by jlaine 7 months ago
- [tls] Allow clients to authenticate with servers using a certificate Servers may send a `CertificateRequest` to clients to indicate they wish the client to authenticate using a certificate. We add su... — committed to aiortc/aioquic by jlaine 7 months ago
I stopped caring about
aioquic
since it seems this project isn’t very active on PRs (to say the least). This support was added instead in:https://github.com/jawah/qh3