HomePhabricator

rpc: Generate auth cookie in hex instead of base64

Description

rpc: Generate auth cookie in hex instead of base64

Base64 contains '/', and the '/' character in credentials is problematic
for AuthServiceProxy which represents the RPC endpoint as an URI with
user and password embedded.

Closes #8399.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Oct 1 2016, 14:57
deadalnixPushed on May 14 2017, 22:04
Parents
rABC6faffb8a83db: Merge #8854: [qa] Fix race condition in p2p-compactblocks test
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC1c80386bceb2: rpc: Generate auth cookie in hex instead of base64 (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Oct 1 2016, 14:57