Closed massanchik closed 5 years ago
Perhaps it would be nice to give more descriptive name to the argument in JSONRPCDaemon
constructor. Something like verify_ssl_certs
, or the opposite, no_check_certificate
(similar to wget
option)?
Nevertheless, it's a good idea and we should have it.
I've renamed param as you suggested.
Merged, thanks!
Some projects(including that I'm currently working in) require interaction on servers with self signed certificate for testing purposes.