blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
910 stars 518 forks source link

Issue with SSL certificate linkage #472

Open hustynetwork opened 4 years ago

hustynetwork commented 4 years ago

Using latest versions of Node JS and wallet.

This is my command to start the blockchain server : sudo blockchain-wallet-service start --port 3000 --ssl-key /path/website.key --ssl-cert /path/website.crt

I get a return : blockchain.info wallet service v0.26.3 running on https://127.0.0.1:3390

However when I try to communicate the https://127.0.0.1:3390 I get connection error: 7. So I tried to connect without https but I still end up with same CURL error connection error: 7

Update : Now I get connection error: 60 Which means certificate problem. Can you please explain the SSL certificate linkage in detail? I see not much information is provided in the docs regarding the SSL linkage. I have linked my server Key and CERT. Is that what is expected or should I link the blockchain's public key? Please assist.

jogapps commented 4 years ago

Have u found a solution yet?

jogapps commented 4 years ago

I'm having almost the same issue, mine is setting the system on a live server, after testing on localhost