mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use secure RPC connections when configured
This commit is contained in:
committed by
Vinnie Falco
parent
d618581060
commit
bf9b8f4d1b
@@ -497,7 +497,7 @@ struct Setup
|
||||
int port = 5001;
|
||||
std::string user;
|
||||
std::string password;
|
||||
bool secure = false;
|
||||
int secure = 0;
|
||||
std::string ssl_cert;
|
||||
std::string ssl_chain;
|
||||
std::string ssl_key;
|
||||
|
||||
Reference in New Issue
Block a user