Closed infamousjoeg closed 3 years ago
We are using strings.TrimLeft("https://") which sets each character as part of a cut set. This means that until any instance of h, t, p, s, :, or / are no longer on the left side, it will continue cutting. This is causing my https://poc-sandbox to cut the p in poc-sandbox, too, since p is part of the cut set.
Describe the bug
To Reproduce Steps to reproduce the behavior:
cybr conjur logon
using--self-signed
flag.