Implement support for https connections
- Implemented connection to the node using the
http(unsecured) protocol. - Implemented
https(secured) protocol in thecli_wallet. - Implemented
fc::mutable_url - Improved
fc::http_api_connection - Implemented
--skip-cert-checkoptioncli_walletoption
Example usage:
cli_wallet -s"https://api.hive.blog"
Branch with tests: mzebrak/wallet-support-http-connection
Closes #168 (closed)
Edited by Mateusz Tyszczak