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
Interesting that the ssl attribute of ClientConnectorError and ClientConnectorCertificateError has different meaning. In ClientConnectorError it is connection_key.ssl, and in ClientConnectorCertificateError it is connection_key.is_ssl. Is it a bug?
The text was updated successfully, but these errors were encountered:
Interesting that the
ssl
attribute ofClientConnectorError
andClientConnectorCertificateError
has different meaning. InClientConnectorError
it isconnection_key.ssl
, and inClientConnectorCertificateError
it isconnection_key.is_ssl
. Is it a bug?The text was updated successfully, but these errors were encountered: