We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The message like Cannot connect to host www.google.com:443 ssl:None is misleading. ssl:None means 'default', not 'disabled'
Cannot connect to host www.google.com:443 ssl:None
ssl:None
Cannot connect to host www.google.com:443 ssl:[default] looks much better
Cannot connect to host www.google.com:443 ssl:[default]
The text was updated successfully, but these errors were encountered:
Fix misleading message in the string representation of `ClientConnect…
376a375
…orError` (aio-libs#4097)
ClientConnectorError
ac180b1
…orError` (#4097) (#4120)
[3.6] Fix misleading message in the string representation of `ClientC…
0709178
…onnectorError` (#4097) (#4120) (cherry picked from commit ac180b1) Co-authored-by: Bryan Kok <[email protected]>
Fixed by #4120
Sorry, something went wrong.
780d5b4
…onnectorError` (#4097) (#4120) (#4121) (cherry picked from commit ac180b1) Co-authored-by: Bryan Kok <[email protected]>
No branches or pull requests
The message like
Cannot connect to host www.google.com:443 ssl:None
is misleading.ssl:None
means 'default', not 'disabled'Cannot connect to host www.google.com:443 ssl:[default]
looks much betterThe text was updated successfully, but these errors were encountered: