Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 285 Bytes

File metadata and controls

13 lines (9 loc) · 285 Bytes

Insecure connections

What flag allows interaction with HTTPS endpoints ignoring certificate verification?

  1. --doh-insecure
  2. --proxy-insecure
  3. -k, --insecure
  4. --no-check

Correct: 3 Difficulty: 3

curl's -k, --insecure allows HTTPS requests even with invalid certs