I have bitcoind running on a linux machine with the following bitcoin.conf file:
rpcuser=username
rpcpassword=password
rpcallowip=*
rpcssl=1
I also did all the steps here:
http://www.bitcoin.org/wiki/doku.php?id=rpcssl ...including testing the openssl connection from windows XP (where I want to run poclbm from) to bitcoind on the linux server. The connection appears to work fine.
When I try to connect to bitcoind running on linux from windows xp using the commmand:
poclbm.exe --user=username --pass=password -o 192.168.2.10 -p 8332 -d0 --verbose --platform=0 -d0
I just get the "Problems communicating with bitcoin RPC" error message. Any ideas what I can try?