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
Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received.
Failed to authenticate HTTPS connection. System.Security.Authentication.AuthenticationException: Cannot determine the frame size or a corrupted frame was received.
using below connection option:
options: const ChannelOptions(
credentials: ChannelCredentials.insecure(),
// codecRegistry:
// CodecRegistry(codecs: const [GzipCodec(), IdentityCodec()]),
)
don't know what do i need to do to fix this issue,please help, thanks.
The text was updated successfully, but these errors were encountered: