You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server: When --tls is used, set captive $uri variable to nbds://...
We didn't set the $uri shell variable correctly when TLS is enabled.
Although this is a rare corner case because using TLS over a loopback
connection is not very useful, we should try to get the URI right.
Simple example that did not work and gave a weird error:
$ nbdkit --tls=require --tls-certificates=$PWD/tests/pki null \
--run 'nbdinfo "$uri"'
nbdkit: null[1]: error: unknown option version 30003, expecting 49484156454f5054
nbdinfo: : nbd_opt_go: recv: Connection reset by peer
protocol: newstyle-fixed without TLS
0 commit comments