HomePhabricator

rpc: Generate auth cookie in hex instead of base64
1c80386bceb2Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

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
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING6faffb8a83db: 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 rSTAGING1c80386bceb2: rpc: Generate auth cookie in hex instead of base64 (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Oct 1 2016, 14:57