Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@koiuo koiuo released this 30 Jan 19:06
· 1 commit to develop since this release
b76fc25

Added

  • TLS support

    --tls verify server with CA certificates installed on this system
    --tls-insecure do NOT verify server (accept any certificate)
    --tls-cafile value verify server with CA certificate stored in specified file
    --tls-capath value verify server with CA certificates located under specified path

  • Windows build

Changed

  • --timeout option now affects both dialing to server and RPC call (before that dialing had hard-coded 1s timeout)
  • more descriptive messages are printed out in case of failure
-