Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. server$ # I start bitcoind on the server
  2. server$ bitcoind -testnet -rpcuser='testuser' -rpcpassword='testpass' -rpcport=1234 -rpcallowip=192.168.1.34 -rpcssl=1 -rpcsslcertificatchainfile=test.cert -rpcsslprivatekeyfile=test.pem
  3. bitcoin server starting
  4.  
  5. client$ # and connect from client
  6. client$ openssl s_client -connect server:1234
  7. CONNECTED(00000003)
  8. 140364288071336:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:177:
  9. ---
  10. no peer certificate available
  11. ---
  12. No client certificate CA names sent
  13. ---
  14. SSL handshake has read 0 bytes and written 211 bytes
  15. ---
  16. New, (NONE), Cipher is (NONE)
  17. Secure Renegotiation IS NOT supported
  18. Compression: NONE
  19. Expansion: NONE
  20. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement