Issues with TLS Handshake Failure Using mkcert SSL Certificates in Python aioquic WebTransport Server
I’ve generated SSL certificates using mkcert and can successfully access them via HTTPS using Chrome. However, when I use the same SSL certificates with my Python aioquic WebTransport server, Chrome throws the following error: TLS handshake failure (ENCRYPTION_HANDSHAKE) 46: certificate unknown.