Open
Conversation
When I run this ``` $ openssl version OpenSSL 1.1.1k 25 Mar 2021 $ openssl s_client -connect timeout.badssl.com:444 139666931979584:error:0200206E:system library:connect:Connection timed out:crypto/bio/b_sock2.c:110: 139666931979584:error:2008A067:BIO routines:BIO_connect:connect error:crypto/bio/b_sock2.c:111: connect:errno=110 ``` Note the error message does not contain a space. This removes the space so a proper error message can be displayed instead of ``` ERROR: The file named /var/tmp/cert.gjtbl2 is unreadable or doesn't exist ERROR: Please check to make sure the certificate for redacted.com:443 is valid ```
|
I suggest to use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I run this
Note the error message does not contain a space. This removes the space so a proper error message can be displayed instead of