Curl command to check tls version

0

I have added this curl command but it shows me this? How to check tls version is 1.2?

curl https://product-reviews-by-hulkapps.s3.us-east-2.amazonaws.com/reviews/10085848/454318_1.jpg -v --tlsv1.0 --tls-max 1.0

asked a year ago3151 views
2 Answers
0
Accepted Answer

Hi,

can you try to replace the tls-max elsv flags with below?

--verbose --tlsv1.2 --tls-max 1.2

profile picture
EXPERT
answered a year ago
0

It shows me this https://d.pr/i/J6YWsb. So, Can I understand from this output that my bucket and uploaded image tls version is 1.2 right?

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions