Skip to content
New issue

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

Incorrect TLS version in error message #32

Closed
neonbunny opened this issue Feb 17, 2015 · 0 comments
Closed

Incorrect TLS version in error message #32

neonbunny opened this issue Feb 17, 2015 · 0 comments

Comments

@neonbunny
Copy link

If a specific TLS version is specified on the command line, e.g. --tls12, and that version of TLS is not supported by the server, an error message is displayed which reads Failed to connect to get certificate. Most likley cause is server not supporting TLSv1.0, try manually specifying version. However, it may not be TLS v1.0 that was selected at the command line.

The error message should include the version of TLS that was used, rather than the hard-coded value of "1.0".

@rbsec rbsec closed this as completed in 6544fdb Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant