ERR_TLS_ALPN_CALLBACK_WITH_PROTOCOLS


如果 TLS 选项同时包含 ALPNProtocolsALPNCallback,则创建 TLSServer 时会引发此错误。这些选项是互斥的。

¥This error is thrown when creating a TLSServer if the TLS options include both ALPNProtocols and ALPNCallback. These options are mutually exclusive.