Questions tagged [ssl]

13 questions
13
votes
1 answer

How do I configure the Bitcoin client for SSL on Windows?

Specifically I would like to connect to bitcoind from an outside system but I'm concerned about security. I've seen where others have said that SSL support is built into the Bitcoin client but how do I configure it and what front-ends are…
David Perry
  • 14,330
  • 5
  • 62
  • 99
13
votes
1 answer

Why is JSON-RPC over SSL "strongly discouraged"?

The Wiki contains a page that simply states: JSON-RPC over SSL is strongly discouraged Why? I found a method for enabling JSON_RPC over SSL here. The post mentions nothing about JSON-RPC over SSL being strongly discouraged. What risks do I run by…
Rich Apodaca
  • 2,311
  • 2
  • 14
  • 34
6
votes
1 answer

Building on Ubuntu 16, missing SSL during ./configure

I am trying to build bitcoind on Ubuntu 16 64-bit. I have installed the dependencies and have built it fine many times on other machines. During ./configure, I am getting checking whether the Boost::Unit_Test_Framework library is available...…
Matthew Darnell
  • 508
  • 1
  • 4
  • 12
5
votes
1 answer

How to upgrade Bitcoin daemon in ubuntu 12.04?

I am currently having Bitcoin daemon version 0.9.0 and bitcoind getinfo shows error like "Upgrade required" { "version" : 90000, ... "errors" : "URGENT: Upgrade required: see https://www.bitcoin.org/heartbleed" } How to upgrade Bitcoin daemon in…
M.R
  • 501
  • 1
  • 4
  • 11
4
votes
2 answers

Signing transaction with SSL - private key to PEM

Given a private key: 3cd0560f5b27591916c643a0b7aa69d03839380a738d2e912990dcc573715d2c, And a tx hash: 456f9e1b6184d770f1a240da9a3c4458e55b6b4ba2244dd21404db30b3131b94, I would like to sign, using SSL and PHP. Converting the private key to a pem…
user2298995
  • 193
  • 3
  • 14
4
votes
1 answer

What is the point of comparing sha256 of downloaded file with published on the same website code?

Some websites publish sha256 to check authenticity of downloaded file. I suppose this is to protect against man-in-the-middle attack - that my file was not altered during download. What prevents man-in-the-middle from altering web traffic and fix…
CoinsKillTheFed
  • 247
  • 1
  • 8
2
votes
2 answers

How do I use Vanitygen on Fedora 20? (openssl restrictions)

I have seen several methods for building bitcoin from source on Fedora, but I have not seen corresponding information for vanitygen. It builds, and it starts up, but then it gives me the error: "pattern.c:164: vg_exec_context_init: Assertion…
CPomerantz
  • 133
  • 4
2
votes
1 answer

Why API of bitcoin exchanges use HMAC over HTTPS/SSL?

Pretty all exchanges use private and public key. We sign API request with our private key using HMAC algorithm. What's the point of doing so when there is already HTTPS connection? HTTPS provides both data integrity and ensures security of the…
ripazha
  • 486
  • 2
  • 8
0
votes
1 answer

Signing a transaction with SSL

I'm trying to sign a transaction using SSL. I already generated the raw transaction and hashed it properly. So I'd like to sign the following hash: c88568c9a85d52d07432dee9ee8dd1c63a4bfea6f754d2ec94f50015ae91a3f3, using the following private key:…
user2298995
  • 193
  • 3
  • 14
0
votes
1 answer

Electrum SSL Cert Prorblem

İn electrum's site; Create a file that contains only the private key: -----BEGIN PRIVATE KEY----- your private key -----BEGIN END KEY----- Set the path to your the private key file with setconfig: electrum setconfig ssl_privkey…
0
votes
1 answer

Does RevokeSSL Require Self-Signed Certs to Work?

// , I don't want to go to https://bankofamerica.com and see it self-certified. I don't want to go to https://amazon.com and see it self-certified. I don't mind going to https://patriotact.wordpress.com and seeing it self-certified, because it…
Nathan Basanese
  • 368
  • 1
  • 15
0
votes
2 answers

enable bitcoin SSL error

I want to enable SSL on windows.So I download a shining light openssl binary,and then I create server.pem and server.cert using the following commands: openssl genrsa -out server.pem 2048 openssl req -new -x509 -nodes -sha1 -days 3650 -key…
0
votes
1 answer

Running electrum wallet and full node on windows. How to confiigure SSL with self-signed certificate

I have a full node running on windows 10, I have electrum wallet installed and I have BTC-RPC-EXPLORER set up. The problem I have is that I can find no clear guide to setting up and installing a certificate so SSL can be used on the electrum server…
pperrin
  • 131
  • 2