-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quictransport server certificate problem #697
Comments
CC: @vasilvv, who may know more about the certificate requirements for the sample. |
I'm using a certificate generated by OpenSSL following these instructions: samples/quictransport/quic_transport_server.py Lines 56 to 75 in 8223e1b
My localhost is Windows and cannot install |
https://bugs.chromium.org/p/chromium/issues/detail?id=762819#c5
After adding Moreover, it has to be a non-existent directory every time. Reusing an existing directory would not work. |
I am having problem trying to connect to the python server I got from quictransport example.
net::ERR_QUIC_PROTOCOL_ERROR.QUIC_HANDSHAKE_FAILED (TLS handshake failure (ENCRYPTION_HANDSHAKE) 46: certificate unknown).
client.html:1 Uncaught (in promise) TypeError: Connection lost.
I am using letsencrypt certificate on Windows Server. With regular "Hello World" python page, the certificate is working. What can be the reason?
The text was updated successfully, but these errors were encountered: