-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
tls-max requires tls arguments #3367
Labels
Comments
Also note that the help text for |
#2572 was about OpenSSL while this bug is using the SecureTransport backend. I can confirm it happens to me too using the latest code. |
bagder
added a commit
that referenced
this issue
Dec 12, 2018
Reported-by: Tobias Lindgren Pointed out in #3367
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
$ curl --tls-max 1.0 https://sprint.tobiipro.com
and then curl printed
I expected the following
I expected the connection to fail due on the SSL handshake actually, because that server does not support TLS v1.0 as shown below
But it seems like
curl --tls-max 1.0 --tlsv1.0 https://sprint.tobiipro.com
works, but it is not clear from the docs that--tls-max
requires a--tlsv*
argument as well.Is this intentional? Because I see #2572 fixing the situation, so maybe this is a regression actually.
curl/libcurl version
operating system
OSX Mojave
cc @tobiiasl
The text was updated successfully, but these errors were encountered: