Automatically close the bitcoin-qt when enable SSL for RPC

0

I Just try to enable SSL for bitcoin-qt RPC call. I follow the SSL on RPC link to archive my target. But I am getting the following error and close the bitcoin-qt automatically.

enter image description here

I am using the bitcoin-qt 0.16.3

salman faris

Posted 2019-04-08T11:23:54.003

Reputation: 35

Answers

1

Support for SSL protected RPC was removed in Bitcoin Core version 0.12.0 (released in february 2016).

See https://bitcoin.org/en/release/v0.12.0#rpc-low-level-api-changes for the release notes on this, and also a workaround.

Pieter Wuille

Posted 2019-04-08T11:23:54.003

Reputation: 54 032

Thanks for answering. I don't understand why Bitcoin core developer is remove the SSL supported RPC on new versions...?? Actually it is decrease the security..??salman faris 2019-04-08T14:29:27.037

1Generally the RPC interface is intended for locally running services that you trust. It isn't designed to be exposed over the internet. If you have a need for that, it's probably better to develop a wrapper with protections in yourself (for example, not exposing dumpprivkey or importmulti or even `stop).Pieter Wuille 2019-04-08T14:36:20.283

But actually I need to run it remotely. Any way are available to enable SSL for RPC call for bitcoind...???salman faris 2019-04-09T03:21:14.137

Using of Bitcoind version 0.11 is a solution for my problem ..???salman faris 2019-04-09T03:22:52.373

1@salman farris The release notes I linked to explain how it can be done using stunnel or apache. Please, do not use 0.11. It is no longer maintained and has several critical issues.Pieter Wuille 2019-04-09T13:08:25.557

Can you please share the link for applying ssl using stunnel or apache for rpc of bitcoind...??salman faris 2019-04-10T07:04:43.607

The link is in my answer.Pieter Wuille 2019-04-10T07:18:06.300

Please answer my another question as possible. The link is https://bitcoin.stackexchange.com/questions/85816/create-a-multi-user-web-wallet-using-bitcoind-rpc-call

salman faris 2019-04-10T08:32:44.260