can I disable encryption while testing? #2671
-
Hi, I'm wondering if I can disable encryption while testing. If so, what should I do? BTW, I noticed this in the doc: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
No, you can't leverage unsupported ChaCha20-Poly1305 to just disable encryption. It doesn't work at all, so it won't even let you try to use it. We have a flag that leverages a QUIC extension I wrote to disable QUIC encryption after the handshake, but I suspect it's not going to help you. It might be best if you start a new question asking to the core of what you're trying to accomplish and we can follow up there. |
Beta Was this translation helpful? Give feedback.
No, you can't leverage unsupported ChaCha20-Poly1305 to just disable encryption. It doesn't work at all, so it won't even let you try to use it. We have a flag that leverages a QUIC extension I wrote to disable QUIC encryption after the handshake, but I suspect it's not going to help you. It might be best if you start a new question asking to the core of what you're trying to accomplish and we can follow up there.