Hi,
I’ve just set up blockstack-core on my Mac (Sierra 10.12.6) following these instructions: https://github.com/blockstack/blockstack-core.
Everything seems to be working fine, can use most of the commands I’ve tried fine, except when I’ve tried the following:
blockstack balance
{
"error": "Failed to get balance for 3QRzvxsZ4FffMyCF9KfZWq583Wo6t66dfC"
}
blockstack register thisisatest12345.id
Calculating total registration costs for thisisatest12345.id...
{
"error": "Failed to get name costs. Please try again with `--debug` to see error messages."
}
blockstack price thisisatest12345.id
{
"error": "Failed to get UTXOs for 3Afp3NSuU1dDddhrLhcEwUHTX9m4zh7iPw"
}
When using the debug flag they all have a similar error:
[2018-06-04 19:01:53,948] [DEBUG] [insight_api:41] (88107.140736516498368) GET
https://utxo.blockstack.org/insight-api/addr/3QRzvxsZ4FffMyCF9KfZWq583Wo6t66dfC/utxo
[2018-06-04 19:01:54,300] [ERROR] [insight_api:46] (88107.140736516498368) Failed to query
UTXos
[2018-06-04 19:01:54,300] [ERROR] [blockchain:163] (88107.140736516498368)
HTTPSConnectionPool(host='utxo.blockstack.org', port=443): Max retries exceeded with url: /insight-
api/addr/3QRzvxsZ4FffMyCF9KfZWq583Wo6t66dfC/utxo (Caused by SSLError(SSLError("bad
handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
Can anybody let me know what is causing this error? The logs all seem to be fine.
Hopefully it’s just something simple I’ve overlooked.
Thanks in advance,