Forum Discussion
confused! not sure what is difference between these commands
- Jan 02, 2019
You can specify it (https://curl.haxx.se/docs/ssl-ciphers.html) to use whatever you want. Otherwise it will negotiate it with the newest version it supports and down, like a browser would.
Hi BJ ,
what is difference between curl , openssl ?
Ans. 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 is designed to work without user interaction.
So basically if your application server supports http ( non - encrypted) data , you can fetch or send http data to or from a server. During use of this command it allows you to manually set ciphers and test . For example. - curl -kv --sslv2 -- ciphers AES128-SHA https://10.1.1.1:443
OPENSSL - If you familiar with command line of f5 , you can use this feature to change certificates formats , generate cert etc.This is only for SSL related purposed and has limitations.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com