how to set options to completely disable SSL encryption #5729
Replies: 3 comments 6 replies
-
|
If you need to be able to decrypt a capture after the fact or similar debugging scenario, you can look at Note that these features are meant for testing / debugging. Using QUIC to transmit unencrypted data over an insecure underlying transport is not supported and strongly discouraged. |
Beta Was this translation helpful? Give feedback.
-
|
I'm developing software similar to a data transfer program, where the underlying data is already encrypted. Continuing to use an SSL tunnel would result in double encryption, so I need to disable it. |
Beta Was this translation helpful? Give feedback.
-
|
Can SSL certificate configuration be disabled? I'm just using it as a standardized transport protocol, and certificate configuration should be optional. I don't want to configure the certificate. How can I turn off related certificate configuration? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The data I'm transmitting is encrypted. Currently, I want to disable encryption in Muquic. How can I configure the settings to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions