RE: openssl -CAfile patch

2014-04-25 Thread Salz, Rich
I think a general mechanism that allowed you to set default command-line flags would be useful. (And of course you'd need a new flag to skip that.) For example, a new [commandline] section, where command-flag is the key or command-flag.1, command-flag.2 for repeated instances. /r$ --

Re: openssl -CAfile patch

2014-04-25 Thread Viktor Dukhovni
On Wed, Apr 23, 2014 at 11:09:59PM -0400, Helmut Tessarek wrote: Every time I run openssl s_client -connect example.com:443, I get a Verify return code: 20 (unable to get local issuer certificate). It works, if I specify a -CAfile. The problem is I have to specify this _every_ time I run