Closed imrehg closed 6 years ago
There is a disconnect between the way that the remote API and docker command line work, where on the command line the CA files are passed using filename, whereas the remote API expects strings. PR incoming.
@CameronDiver I just found this while trawling CLI issues. Looks like it was resolved a year ago. Sound right? I'm going to assume so and close for now, but shout if I'm wrong.
@pimterry yes this was fixed - must've missed this issue. Thanks!
When using TLS CA/cert/key files, get an
Error: error:0906D06C:PEM routines:PEM_read_bio:no start line
error instead of the call properly authenticating with the remote Docker serviceHere's the command running
The output:
(the keys are fine as
openssl s_client -connect <host>:<port> -cert cert.pem -key private.key
can connect to the server)