1
I'm working from the command line. I need to cat the response of a web request. What tool can I use to make the web request and print the response on stdout?
Here's the command I'm trying to make work:
$ wget http://crl.comodoca.com/COMODORSADomainValidationSecureServerCA.crl | \
openssl crl -text -noout
I also tried netcat, but it resulted in a name lookup failure (with and without the http).
You're welcome, please mark this as a valid answer so other people can quickly see that this solved your problem. – mtak – 2014-08-25T11:41:19.850