1
Now I have installed bitcoin with config rpcssl=1, and I have tested the connection with a java application. Everything seemed OK.
Then I installed p2pool, and tried to connect to bitcoind (python2.7 run_p2pool.py), and I was faced with the following errors:
Testing bitcoind RPC connection to 'http://127.0.0.X:8332/' with username 'pool'...
2014-07-16 15:29:25.036426 > Error while checking Bitcoin connection:
2014-07-16 15:29:25.036567 > Traceback (most recent call last):
2014-07-16 15:29:25.036770 > Failure: twisted.internet.error.ConnectionDone: Connection was closed cleanly.
Then I modified the bitcoin.conf and erased the rpcssl=1 item, restarted bitcoind. Then I run the command, connecting to bitcoind successfully.
So I wonder how to config p2pool so that it can connect to bitcoind with HTTPS?
where to change http to https in P2Pool? I couldn't find this option in P2Pool's run_p2pool.py arguments. – DISSIDIA-嘎嘎 – 2014-07-17T08:32:37.233