Difference between revisions of "Curl"
Jump to navigation
Jump to search
(Created page with "https://daniel.haxx.se/blog/2018/04/05/curl-another-host/") |
|||
Line 1: | Line 1: | ||
https://daniel.haxx.se/blog/2018/04/05/curl-another-host/ | https://daniel.haxx.se/blog/2018/04/05/curl-another-host/ | ||
+ | |||
+ | |||
+ | Testing ciphers | ||
+ | ``` | ||
+ | # curl https://my.viabenefits.com -k -v --location-trusted --sslv2 | ||
+ | curl https://my.viabenefits.com -k -v --location-trusted --tlsv1.1 | ||
+ | curl https://my.viabenefits.com -k -v --location-trusted --tlsv1.2 | ||
+ | curl https://my.viabenefits.com -k -v --location-trusted --tlsv1.3 | ||
+ | ``` |
Revision as of 22:32, 19 November 2020
https://daniel.haxx.se/blog/2018/04/05/curl-another-host/
Testing ciphers
# curl https://my.viabenefits.com -k -v --location-trusted --sslv2 curl https://my.viabenefits.com -k -v --location-trusted --tlsv1.1 curl https://my.viabenefits.com -k -v --location-trusted --tlsv1.2 curl https://my.viabenefits.com -k -v --location-trusted --tlsv1.3