On Thu, Sep 29, 2022 at 2:32 PM Randy Armstrong (OPC) <[email protected]> wrote: > For this reason, an authentication only option is essential to making QUIC a > viable choice for communication within factories.
I don't know if this is something that fits your use cases, but some QUIC implementations provide pluggable authentication/encryption, so that you could conceivably build (with relatively little effort) a custom QUIC-like protocol that doesn't use encryption. One such implementation is Quinn (full disclosure, I'm one of Quinn's maintainers): https://github.com/quinn-rs/quinn I am aware of at least one other company that inquired about a use case involving Quinn with a custom `CryptoSession` implementation that would forgo encryption for their internal proxy network. Kind regards, Dirkjan
