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
Aditya's branch includes a change to make the disabling of TLS explicit, rather than inferred by the absence of the -tls-cert and -tls-key command-line arguments to lightwalletd. This provides more security as it prevents the user from unknowingly not using TLS; the user must explicitly specify that TLS will not be used. Not required, but a good safety measure.
The text was updated successfully, but these errors were encountered:
Aditya's branch includes a change to make the disabling of TLS explicit, rather than inferred by the absence of the
-tls-cert
and-tls-key
command-line arguments to lightwalletd. This provides more security as it prevents the user from unknowingly not using TLS; the user must explicitly specify that TLS will not be used. Not required, but a good safety measure.The text was updated successfully, but these errors were encountered: