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

posta un anno fa3232 visualizzazioni
2 Risposte
0
Risposta accettata

Hi,

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

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

profile picture
ESPERTO
con risposta un anno fa
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?

con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande