Bitcoin Forum
May 30, 2024, 08:35:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: PHP jsonRPCClient Connect to blockchain.info over SSL?  (Read 1105 times)
klestor (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 29, 2012, 10:57:06 AM
 #1

So their API says to use the -rpcssl, how do we use that with the PHP jsonRPCclient here http://jsonrpcphp.org. I can't see how to connect via port 443

I've tried like so:
Code:
$b = new jsonRPCClient('http://USER:PASSWORD@http://blockchain.info:443')

$b = new jsonRPCClient('https://USER:PASSWORD@https://blockchain.info:80')

$b = new jsonRPCClient('https://USER:PASSWORD@https://blockchain.info:443')

$b = new jsonRPCClient('https://USER:PASSWORD@https://blockchain.info')


I just keep getting Unable to connect to https://blockchain.info


Edit: I can however connect like so
Code:
$b = new jsonRPCClient('http://USER:PASSWORD@http://blockchain.info')

But it's not encrypted is it?


fedor3327
Hero Member
*****
Offline Offline

Activity: 644
Merit: 523

Passionate about Crypto


View Profile
July 15, 2014, 08:52:43 AM
 #2

Even too old question but I'm also interesting how to connect  PHP jsonRPCClient to blockchain via SSL coz can't find info.
Anyoune please?

Regards.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!