TLS (formerly SSL) is the cryptographic security layer that protects curl transfers—curl negotiates cipher algorithms and versions with servers, and you can view these details with the -v flag or customize them with --ciphers for protocols like HTTPS, FTPS, LDAPS, POP3S, IMAPS, and SMTPS.
Everything curl: Command line transfers: TLS
> Transcript: generated from the open-source book by Daniel Stenberg.
> Source: https://github.com/bagder/everything-curl