Branch: refs/heads/master
  Home:   https://github.com/conformal/btcd
  Commit: 04d47de262b082787dadd49fe53e1f3293c32492
      
https://github.com/conformal/btcd/commit/04d47de262b082787dadd49fe53e1f3293c32492
  Author: Dave Collins <[email protected]>
  Date:   2015-01-02 (Fri, 02 Jan 2015)

  Changed paths:
    M config.go
    M doc.go
    M rpcserver.go
    M sample-btcd.conf

  Log Message:
  -----------
  Allow disabling RPC server TLS for localhost only.

This commit introduces a new flag, --notls, which can be used to disable
TLS for the RPC server.  However, the flag can only be used when the RPC
server is bound to localhost interfaces.  This is intended to prevent the
situation where someone decides they want to expose the RPC server to the
web for remote management/access, but forgot they have TLS disabled.


Reply via email to