You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The biggest problem here is that there's actually a stack of errors there. The associated data on BoringSSLError.sslError is [BoringSSLInternalError], which in this case is of length 3:
What we can try to do is give some of these values static let constants on the BoringSSLInternalError structures, though doing so relies on some internal-ish functions in BoringSSL. This is because the error codes that back BoringSSLInternalError are in a packed form that needs to be generated in order to be matched upon.
If you're interested in that, let me know and I can put some of that together.
when connecting to https://cpanel.com with ALPN set to
h2
we getcould we expose that as a proper NIO error? Seems useful :)
The text was updated successfully, but these errors were encountered: