Using cURL to troubleshoot TLS and SSL

glitchlist Blog Leave a Comment

curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP,HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP). The command isdesigned to work without user interaction.curl offers a busload of useful tricks like proxy support, user authentication, …