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

gefragt vor einem Jahr3231 Aufrufe
2 Antworten
0
Akzeptierte Antwort

Hi,

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

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

profile picture
EXPERTE
beantwortet vor einem Jahr
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?

beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen